Html Css Color HEX #B836CE Medium Orchid

📋 copy color: '#B836CE'

red 184 ◦ green 54 ◦ blue 206

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

Shades of Medium Orchid #B836CE

Tints of Medium Orchid #B836CE

RGB

 RED value IS 184 (72.27% from 255) = 41.44%

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

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

R = 41.44%
G = 12.16%
B = 46.4%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B836CE (or 0xB836CE) is known color: Medium Orchid. HEX triplet: B8, 36 and CE. RGB value is (184,54,206). Sum of RGB (Red+Green+Blue) = 184+54+206=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #B836CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836CE is #47C931. Grayscale: #6D6D6D. Windows color (decimal): -4704562 or 13514424. OLE color: 13514424.

HSL color Cylindrical-coordinate representation of color #B836CE: hue angle of 291.32º 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 #B836CE is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 54 206 -
CMYK 0.11 0.74 0 0.19
HSL 291.32º 0.61% 0.51% -
HSV(B) 291.32º 0.74% 0.81% -
XYZ 32.23 17.28 60.03 -
YUV 110.2 182.07 180.64 -
System Red Green Blue C M Y K H S L
Decimal 184 54 206 0.11 0.74 0 0.19 291.32 0.61 0.51
Hex B8 36 CE B 4A 0 13 123 3D 33
Octal 270 66 316 13 112 0 23 443 75 63
Binary 10111000 110110 11001110 1011 1001010 0 10011 100100011 111101 110011

Color Harmonies of #B836CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B836CE

Black with #B836CE

Text Example


Text Example

White with #B836CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B836CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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