Html Css Color HEX #B492C3 East Side

📋 copy color: '#B492C3'

red 180 ◦ green 146 ◦ blue 195

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

Shades of East Side #B492C3

Tints of East Side #B492C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.43%

R = 34.55%
G = 28.02%
B = 37.43%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B492C3 (or 0xB492C3) is known color: East Side. HEX triplet: B4, 92 and C3. RGB value is (180,146,195). Sum of RGB (Red+Green+Blue) = 180+146+195=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 195 - color contains mainly: blue. Hex color #B492C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492C3 is #4B6D3C. Grayscale: #A1A1A1. Windows color (decimal): -4943165 or 12817076. OLE color: 12817076.

HSL color Cylindrical-coordinate representation of color #B492C3: hue angle of 281.63º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B492C3 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 146 195 -
CMYK 0.08 0.25 0 0.24
HSL 281.63º 0.29% 0.67% -
HSV(B) 281.63º 0.25% 0.76% -
XYZ 38.95 34.2 56.18 -
YUV 161.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 180 146 195 0.08 0.25 0 0.24 281.63 0.29 0.67
Hex B4 92 C3 8 19 0 18 11A 1D 43
Octal 264 222 303 10 31 0 30 432 35 103
Binary 10110100 10010010 11000011 1000 11001 0 11000 100011010 11101 1000011

Color Harmonies of #B492C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492C3

Black with #B492C3

Text Example


Text Example

White with #B492C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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