Html Css Color HEX #B536CE Dark Orchid

📋 copy color: '#B536CE'

red 181 ◦ green 54 ◦ blue 206

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

Shades of Dark Orchid #B536CE

Tints of Dark Orchid #B536CE

RGB

 RED value IS 181 (71.09% from 255) = 41.04%

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

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

R = 41.04%
G = 12.24%
B = 46.71%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B536CE (or 0xB536CE) is known color: Dark Orchid. HEX triplet: B5, 36 and CE. RGB value is (181,54,206). Sum of RGB (Red+Green+Blue) = 181+54+206=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #B536CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B536CE is #4AC931. Grayscale: #6C6C6C. Windows color (decimal): -4901170 or 13514421. OLE color: 13514421.

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

Color convert

RGB 181 54 206 -
CMYK 0.12 0.74 0 0.19
HSL 290.13º 0.61% 0.51% -
HSV(B) 290.13º 0.74% 0.81% -
XYZ 31.52 16.92 60 -
YUV 109.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 181 54 206 0.12 0.74 0 0.19 290.13 0.61 0.51
Hex B5 36 CE C 4A 0 13 122 3D 33
Octal 265 66 316 14 112 0 23 442 75 63
Binary 10110101 110110 11001110 1100 1001010 0 10011 100100010 111101 110011

Color Harmonies of #B536CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B536CE

Black with #B536CE

Text Example


Text Example

White with #B536CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B536CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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