Html Css Color HEX #B585CE East Side

📋 copy color: '#B585CE'

red 181 ◦ green 133 ◦ blue 206

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

Shades of East Side #B585CE

Tints of East Side #B585CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.58%

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

R = 34.81%
G = 25.58%
B = 39.62%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B585CE (or 0xB585CE) is known color: East Side. HEX triplet: B5, 85 and CE. RGB value is (181,133,206). Sum of RGB (Red+Green+Blue) = 181+133+206=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #B585CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585CE is #4A7A31. Grayscale: #9B9B9B. Windows color (decimal): -4880946 or 13534645. OLE color: 13534645.

HSL color Cylindrical-coordinate representation of color #B585CE: hue angle of 279.45º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B585CE is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 133 206 -
CMYK 0.12 0.35 0 0.19
HSL 279.45º 0.43% 0.66% -
HSV(B) 279.45º 0.35% 0.81% -
XYZ 38.58 31.06 62.35 -
YUV 155.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 181 133 206 0.12 0.35 0 0.19 279.45 0.43 0.66
Hex B5 85 CE C 23 0 13 117 2B 42
Octal 265 205 316 14 43 0 23 427 53 102
Binary 10110101 10000101 11001110 1100 100011 0 10011 100010111 101011 1000010

Color Harmonies of #B585CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B585CE

Black with #B585CE

Text Example


Text Example

White with #B585CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B585CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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