Html Css Color HEX #B94DCC Medium Orchid

📋 copy color: '#B94DCC'

red 185 ◦ green 77 ◦ blue 204

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

Shades of Medium Orchid #B94DCC

Tints of Medium Orchid #B94DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 39.7%
G = 16.52%
B = 43.78%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B94DCC (or 0xB94DCC) is known color: Medium Orchid. HEX triplet: B9, 4D and CC. RGB value is (185,77,204). Sum of RGB (Red+Green+Blue) = 185+77+204=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #B94DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DCC is #46B233. Grayscale: #7B7B7B. Windows color (decimal): -4633140 or 13389241. OLE color: 13389241.

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

Color convert

RGB 185 77 204 -
CMYK 0.09 0.62 0 0.2
HSL 291.02º 0.55% 0.55% -
HSV(B) 291.02º 0.62% 0.8% -
XYZ 33.56 19.98 59.21 -
YUV 123.77 173.28 171.67 -
System Red Green Blue C M Y K H S L
Decimal 185 77 204 0.09 0.62 0 0.2 291.02 0.55 0.55
Hex B9 4D CC 9 3E 0 14 123 37 37
Octal 271 115 314 11 76 0 24 443 67 67
Binary 10111001 1001101 11001100 1001 111110 0 10100 100100011 110111 110111

Color Harmonies of #B94DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DCC

Black with #B94DCC

Text Example


Text Example

White with #B94DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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