Html Css Color HEX #B493CB East Side

📋 copy color: '#B493CB'

red 180 ◦ green 147 ◦ blue 203

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

Shades of East Side #B493CB

Tints of East Side #B493CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.74%

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

R = 33.96%
G = 27.74%
B = 38.3%

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

#B493CB (or 0xB493CB) is known color: East Side. HEX triplet: B4, 93 and CB. RGB value is (180,147,203). Sum of RGB (Red+Green+Blue) = 180+147+203=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #B493CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493CB is #4B6C34. Grayscale: #A3A3A3. Windows color (decimal): -4942901 or 13341620. OLE color: 13341620.

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

Color convert

RGB 180 147 203 -
CMYK 0.11 0.28 0 0.20
HSL 275.36º 0.35% 0.69% -
HSV(B) 275.36º 0.28% 0.8% -
XYZ 40.04 34.88 61.12 -
YUV 163.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 180 147 203 0.11 0.28 0 0.20 275.36 0.35 0.69
Hex B4 93 CB B 1C 0 14 113 23 45
Octal 264 223 313 13 34 0 24 423 43 105
Binary 10110100 10010011 11001011 1011 11100 0 10100 100010011 100011 1000101

Color Harmonies of #B493CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B493CB

Black with #B493CB

Text Example


Text Example

White with #B493CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B493CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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