Html Css Color HEX #B936CE Medium Orchid

📋 copy color: '#B936CE'

red 185 ◦ green 54 ◦ blue 206

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

Shades of Medium Orchid #B936CE

Tints of Medium Orchid #B936CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 41.57%
G = 12.13%
B = 46.29%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B936CE (or 0xB936CE) is known color: Medium Orchid. HEX triplet: B9, 36 and CE. RGB value is (185,54,206). Sum of RGB (Red+Green+Blue) = 185+54+206=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #B936CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936CE is #46C931. Grayscale: #6E6E6E. Windows color (decimal): -4639026 or 13514425. OLE color: 13514425.

HSL color Cylindrical-coordinate representation of color #B936CE: hue angle of 291.71º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B936CE is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 54 206 -
CMYK 0.10 0.74 0 0.19
HSL 291.71º 0.61% 0.51% -
HSV(B) 291.71º 0.74% 0.81% -
XYZ 32.47 17.41 60.04 -
YUV 110.5 181.9 181.14 -
System Red Green Blue C M Y K H S L
Decimal 185 54 206 0.10 0.74 0 0.19 291.71 0.61 0.51
Hex B9 36 CE A 4A 0 13 124 3D 33
Octal 271 66 316 12 112 0 23 444 75 63
Binary 10111001 110110 11001110 1010 1001010 0 10011 100100100 111101 110011

Color Harmonies of #B936CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B936CE

Black with #B936CE

Text Example


Text Example

White with #B936CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B936CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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