Html Css Color HEX #B493CC East Side

📋 copy color: '#B493CC'

red 180 ◦ green 147 ◦ blue 204

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

Shades of East Side #B493CC

Tints of East Side #B493CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 33.9%
G = 27.68%
B = 38.42%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B493CC (or 0xB493CC) is known color: East Side. HEX triplet: B4, 93 and CC. RGB value is (180,147,204). Sum of RGB (Red+Green+Blue) = 180+147+204=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #B493CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493CC is #4B6C33. Grayscale: #A3A3A3. Windows color (decimal): -4942900 or 13407156. OLE color: 13407156.

HSL color Cylindrical-coordinate representation of color #B493CC: hue angle of 274.74º degrees, saturation: 0.36, 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 #B493CC is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 147 204 -
CMYK 0.12 0.28 0 0.2
HSL 274.74º 0.36% 0.69% -
HSV(B) 274.74º 0.28% 0.8% -
XYZ 40.16 34.93 61.75 -
YUV 163.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 180 147 204 0.12 0.28 0 0.2 274.74 0.36 0.69
Hex B4 93 CC C 1C 0 14 113 24 45
Octal 264 223 314 14 34 0 24 423 44 105
Binary 10110100 10010011 11001100 1100 11100 0 10100 100010011 100100 1000101

Color Harmonies of #B493CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B493CC

Black with #B493CC

Text Example


Text Example

White with #B493CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B493CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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