Html Css Color HEX #B94CCB Medium Orchid

📋 copy color: '#B94CCB'

red 185 ◦ green 76 ◦ blue 203

#B94CCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B94CCB

Tints of Medium Orchid #B94CCB

RGB

 RED value IS 185 (72.66% from 255) = 39.87%

 GREEN value IS 76 (30.08% from 255) = 16.38%

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 39.87%
G = 16.38%
B = 43.75%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B94CCB (or 0xB94CCB) is known color: Medium Orchid. HEX triplet: B9, 4C and CB. RGB value is (185,76,203). Sum of RGB (Red+Green+Blue) = 185+76+203=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #B94CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94CCB is #46B334. Grayscale: #7A7A7A. Windows color (decimal): -4633397 or 13323449. OLE color: 13323449.

HSL color Cylindrical-coordinate representation of color #B94CCB: hue angle of 291.5º degrees, saturation: 0.55, 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 #B94CCB is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 76 203 -
CMYK 0.09 0.63 0 0.20
HSL 291.5º 0.55% 0.55% -
HSV(B) 291.5º 0.63% 0.8% -
XYZ 33.37 19.79 58.56 -
YUV 123.07 173.11 172.17 -
System Red Green Blue C M Y K H S L
Decimal 185 76 203 0.09 0.63 0 0.20 291.5 0.55 0.55
Hex B9 4C CB 9 3F 0 14 123 37 37
Octal 271 114 313 11 77 0 24 443 67 67
Binary 10111001 1001100 11001011 1001 111111 0 10100 100100011 110111 110111

Color Harmonies of #B94CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CCB

Black with #B94CCB

Text Example


Text Example

White with #B94CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CCB; }

 p { color: rgb(185,76,203); }

 H1.HeaderClassName
 {
   color: #B94CCB;
 }
 .AnyTagClassName
 {
   color: #B94CCB;
 }
</style>

background-color css

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

 a { background-color: rgb(185,76,203); }

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

border-color css

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

 span { border-color: rgb(185,76,203); }

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