Html Css Color HEX #B585C2 East Side

📋 copy color: '#B585C2'

red 181 ◦ green 133 ◦ blue 194

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

Shades of East Side #B585C2

Tints of East Side #B585C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.19%

R = 35.63%
G = 26.18%
B = 38.19%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B585C2 (or 0xB585C2) is known color: East Side. HEX triplet: B5, 85 and C2. RGB value is (181,133,194). Sum of RGB (Red+Green+Blue) = 181+133+194=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: blue. Hex color #B585C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585C2 is #4A7A3D. Grayscale: #9A9A9A. Windows color (decimal): -4880958 or 12748213. OLE color: 12748213.

HSL color Cylindrical-coordinate representation of color #B585C2: hue angle of 287.21º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B585C2 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 133 194 -
CMYK 0.07 0.31 0 0.24
HSL 287.21º 0.33% 0.64% -
HSV(B) 287.21º 0.31% 0.76% -
XYZ 37.18 30.49 54.97 -
YUV 154.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 181 133 194 0.07 0.31 0 0.24 287.21 0.33 0.64
Hex B5 85 C2 7 1F 0 18 11F 21 40
Octal 265 205 302 7 37 0 30 437 41 100
Binary 10110101 10000101 11000010 111 11111 0 11000 100011111 100001 1000000

Color Harmonies of #B585C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B585C2

Black with #B585C2

Text Example


Text Example

White with #B585C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B585C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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