#B94BCC

Color #B94BCC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B94BCC

Tints of Medium Orchid #B94BCC

Color information

#B94BCC (or 0xB94BCC) is unknown color: approx Medium Orchid. HEX triplet: B9, 4B and CC. RGB value is (185,75,204). Sum of RGB (Red+Green+Blue) = 185+75+204=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #B94BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94BCC is #46B433. Grayscale: #7A7A7A. Windows color (decimal): -4633652 or 13388729. OLE color: 13388729.

HSL color Cylindrical-coordinate representation of color #B94BCC: hue angle of 291.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94BCC is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18575204-
CMYK0.090.6300.2
HSL291.16º55.84%54.71%-
HSV(B)291.16º63.24%80%-
XYZ33.4219.7159.17-
YUV122.6173.94172.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 75 (29.69% from 255) = 16.16%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=39.87%
G=16.16%
B=43.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal185752040.090.6300.2291.1655.8454.71
HexB94BCC93F0141233837
Octal27111331411770244437067
Binary101110011001011110011001001111111010100100100011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94BCC; }

 p { color: rgb(185,75,204); }

 H1.HeaderClassName
 {
   color: #B94BCC;
 }
 .AnyTagClassName
 {
   color: #B94BCC;
 }
</style>
background-color css

<style>
 a { background-color: #B94BCC; }

 a { background-color: rgb(185,75,204); }

 div.DivClassName
 {
   background-color: #B94BCC;
 }
 .BgClassName
 {
   background-color: #B94BCC;
 }
</style>
border-color css

<style>
 span { border-color: #B94BCC; }

 span { border-color: rgb(185,75,204); }

 td.TdClassName
 {
   border-color: #B94BCC;
 }
 .TagClassName
 {
   border-color: #B94BCC;
 }
</style>