Html Css Color HEX #B936CB Medium Orchid

📋 copy color: '#B936CB'

red 185 ◦ green 54 ◦ blue 203

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

Shades of Medium Orchid #B936CB

Tints of Medium Orchid #B936CB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.22%

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

R = 41.86%
G = 12.22%
B = 45.93%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B936CB (or 0xB936CB) is known color: Medium Orchid. HEX triplet: B9, 36 and CB. RGB value is (185,54,203). Sum of RGB (Red+Green+Blue) = 185+54+203=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #B936CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936CB is #46C934. Grayscale: #6D6D6D. Windows color (decimal): -4639029 or 13317817. OLE color: 13317817.

HSL color Cylindrical-coordinate representation of color #B936CB: hue angle of 292.75º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B936CB is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 54 203 -
CMYK 0.09 0.73 0 0.20
HSL 292.75º 0.59% 0.5% -
HSV(B) 292.75º 0.73% 0.8% -
XYZ 32.11 17.26 58.14 -
YUV 110.16 180.4 181.38 -
System Red Green Blue C M Y K H S L
Decimal 185 54 203 0.09 0.73 0 0.20 292.75 0.59 0.5
Hex B9 36 CB 9 49 0 14 125 3B 32
Octal 271 66 313 11 111 0 24 445 73 62
Binary 10111001 110110 11001011 1001 1001001 0 10100 100100101 111011 110010

Color Harmonies of #B936CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B936CB

Black with #B936CB

Text Example


Text Example

White with #B936CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B936CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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