Html Css Color HEX #B94DCB Medium Orchid

📋 copy color: '#B94DCB'

red 185 ◦ green 77 ◦ blue 203

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

Shades of Medium Orchid #B94DCB

Tints of Medium Orchid #B94DCB

RGB

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

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

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

R = 39.78%
G = 16.56%
B = 43.66%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B94DCB (or 0xB94DCB) is known color: Medium Orchid. HEX triplet: B9, 4D and CB. RGB value is (185,77,203). Sum of RGB (Red+Green+Blue) = 185+77+203=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #B94DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DCB is #46B234. Grayscale: #7B7B7B. Windows color (decimal): -4633141 or 13323705. OLE color: 13323705.

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

Color convert

RGB 185 77 203 -
CMYK 0.09 0.62 0 0.20
HSL 291.43º 0.55% 0.55% -
HSV(B) 291.43º 0.62% 0.8% -
XYZ 33.44 19.93 58.59 -
YUV 123.66 172.78 171.75 -
System Red Green Blue C M Y K H S L
Decimal 185 77 203 0.09 0.62 0 0.20 291.43 0.55 0.55
Hex B9 4D CB 9 3E 0 14 123 37 37
Octal 271 115 313 11 76 0 24 443 67 67
Binary 10111001 1001101 11001011 1001 111110 0 10100 100100011 110111 110111

Color Harmonies of #B94DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DCB

Black with #B94DCB

Text Example


Text Example

White with #B94DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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