Html Css Color HEX #B481C1 East Side

📋 copy color: '#B481C1'

red 180 ◦ green 129 ◦ blue 193

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

Shades of East Side #B481C1

Tints of East Side #B481C1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.7%

 BLUE value IS 193 (75.78% from 255) = 38.45%

R = 35.86%
G = 25.7%
B = 38.45%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B481C1 (or 0xB481C1) is known color: East Side. HEX triplet: B4, 81 and C1. RGB value is (180,129,193). Sum of RGB (Red+Green+Blue) = 180+129+193=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #B481C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481C1 is #4B7E3E. Grayscale: #979797. Windows color (decimal): -4947519 or 12681652. OLE color: 12681652.

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

Color convert

RGB 180 129 193 -
CMYK 0.07 0.33 0 0.24
HSL 287.81º 0.34% 0.63% -
HSV(B) 287.81º 0.33% 0.76% -
XYZ 36.3 29.25 54.19 -
YUV 151.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 180 129 193 0.07 0.33 0 0.24 287.81 0.34 0.63
Hex B4 81 C1 7 21 0 18 120 22 3F
Octal 264 201 301 7 41 0 30 440 42 77
Binary 10110100 10000001 11000001 111 100001 0 11000 100100000 100010 111111

Color Harmonies of #B481C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481C1

Black with #B481C1

Text Example


Text Example

White with #B481C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481C1; }

 p { color: rgb(180,129,193); }

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

background-color css

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

 a { background-color: rgb(180,129,193); }

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

border-color css

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

 span { border-color: rgb(180,129,193); }

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