Html Css Color HEX #B94DC9 Medium Orchid

📋 copy color: '#B94DC9'

red 185 ◦ green 77 ◦ blue 201

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

Shades of Medium Orchid #B94DC9

Tints of Medium Orchid #B94DC9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.63%

 BLUE value IS 201 (78.91% from 255) = 43.41%

R = 39.96%
G = 16.63%
B = 43.41%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B94DC9 (or 0xB94DC9) is known color: Medium Orchid. HEX triplet: B9, 4D and C9. RGB value is (185,77,201). Sum of RGB (Red+Green+Blue) = 185+77+201=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #B94DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DC9 is #46B236. Grayscale: #7B7B7B. Windows color (decimal): -4633143 or 13192633. OLE color: 13192633.

HSL color Cylindrical-coordinate representation of color #B94DC9: hue angle of 292.26º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94DC9 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 77 201 -
CMYK 0.08 0.62 0 0.21
HSL 292.26º 0.53% 0.55% -
HSV(B) 292.26º 0.62% 0.79% -
XYZ 33.2 19.84 57.34 -
YUV 123.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 185 77 201 0.08 0.62 0 0.21 292.26 0.53 0.55
Hex B9 4D C9 8 3E 0 15 124 35 37
Octal 271 115 311 10 76 0 25 444 65 67
Binary 10111001 1001101 11001001 1000 111110 0 10101 100100100 110101 110111

Color Harmonies of #B94DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DC9

Black with #B94DC9

Text Example


Text Example

White with #B94DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DC9; }

 p { color: rgb(185,77,201); }

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

background-color css

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

 a { background-color: rgb(185,77,201); }

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

border-color css

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

 span { border-color: rgb(185,77,201); }

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