Html Css Color HEX #B58ECC East Side

📋 copy color: '#B58ECC'

red 181 ◦ green 142 ◦ blue 204

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

Shades of East Side #B58ECC

Tints of East Side #B58ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.94%

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 34.35%
G = 26.94%
B = 38.71%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B58ECC (or 0xB58ECC) is known color: East Side. HEX triplet: B5, 8E and CC. RGB value is (181,142,204). Sum of RGB (Red+Green+Blue) = 181+142+204=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #B58ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58ECC is #4A7133. Grayscale: #A0A0A0. Windows color (decimal): -4878644 or 13405877. OLE color: 13405877.

HSL color Cylindrical-coordinate representation of color #B58ECC: hue angle of 277.74º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B58ECC is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 142 204 -
CMYK 0.11 0.30 0 0.2
HSL 277.74º 0.38% 0.68% -
HSV(B) 277.74º 0.3% 0.8% -
XYZ 39.63 33.53 61.51 -
YUV 160.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 181 142 204 0.11 0.30 0 0.2 277.74 0.38 0.68
Hex B5 8E CC B 1E 0 14 116 26 44
Octal 265 216 314 13 36 0 24 426 46 104
Binary 10110101 10001110 11001100 1011 11110 0 10100 100010110 100110 1000100

Color Harmonies of #B58ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58ECC

Black with #B58ECC

Text Example


Text Example

White with #B58ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58ECC; }

 p { color: rgb(181,142,204); }

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

background-color css

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

 a { background-color: rgb(181,142,204); }

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

border-color css

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

 span { border-color: rgb(181,142,204); }

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