Html Css Color HEX #B94FCC Medium Orchid

📋 copy color: '#B94FCC'

red 185 ◦ green 79 ◦ blue 204

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

Shades of Medium Orchid #B94FCC

Tints of Medium Orchid #B94FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.88%

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

R = 39.53%
G = 16.88%
B = 43.59%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B94FCC (or 0xB94FCC) is known color: Medium Orchid. HEX triplet: B9, 4F and CC. RGB value is (185,79,204). Sum of RGB (Red+Green+Blue) = 185+79+204=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #B94FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94FCC is #46B033. Grayscale: #7C7C7C. Windows color (decimal): -4632628 or 13389753. OLE color: 13389753.

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

Color convert

RGB 185 79 204 -
CMYK 0.09 0.61 0 0.2
HSL 290.88º 0.55% 0.55% -
HSV(B) 290.88º 0.61% 0.8% -
XYZ 33.7 20.27 59.26 -
YUV 124.94 172.62 170.84 -
System Red Green Blue C M Y K H S L
Decimal 185 79 204 0.09 0.61 0 0.2 290.88 0.55 0.55
Hex B9 4F CC 9 3D 0 14 123 37 37
Octal 271 117 314 11 75 0 24 443 67 67
Binary 10111001 1001111 11001100 1001 111101 0 10100 100100011 110111 110111

Color Harmonies of #B94FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94FCC

Black with #B94FCC

Text Example


Text Example

White with #B94FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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