Html Css Color HEX #B492CB East Side

📋 copy color: '#B492CB'

red 180 ◦ green 146 ◦ blue 203

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

Shades of East Side #B492CB

Tints of East Side #B492CB

RGB

 RED value IS 180 (70.7% from 255) = 34.03%

 GREEN value IS 146 (57.42% from 255) = 27.6%

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 34.03%
G = 27.6%
B = 38.37%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B492CB (or 0xB492CB) is known color: East Side. HEX triplet: B4, 92 and CB. RGB value is (180,146,203). Sum of RGB (Red+Green+Blue) = 180+146+203=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #B492CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492CB is #4B6D34. Grayscale: #A2A2A2. Windows color (decimal): -4943157 or 13341364. OLE color: 13341364.

HSL color Cylindrical-coordinate representation of color #B492CB: hue angle of 275.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B492CB is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 146 203 -
CMYK 0.11 0.28 0 0.20
HSL 275.79º 0.35% 0.68% -
HSV(B) 275.79º 0.28% 0.8% -
XYZ 39.88 34.57 61.07 -
YUV 162.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 180 146 203 0.11 0.28 0 0.20 275.79 0.35 0.68
Hex B4 92 CB B 1C 0 14 114 23 44
Octal 264 222 313 13 34 0 24 424 43 104
Binary 10110100 10010010 11001011 1011 11100 0 10100 100010100 100011 1000100

Color Harmonies of #B492CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492CB

Black with #B492CB

Text Example


Text Example

White with #B492CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492CB; }

 p { color: rgb(180,146,203); }

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

background-color css

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

 a { background-color: rgb(180,146,203); }

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

border-color css

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

 span { border-color: rgb(180,146,203); }

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