Html Css Color HEX #B481C2 East Side

📋 copy color: '#B481C2'

red 180 ◦ green 129 ◦ blue 194

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

Shades of East Side #B481C2

Tints of East Side #B481C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 35.79%
G = 25.65%
B = 38.57%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B481C2 (or 0xB481C2) is known color: East Side. HEX triplet: B4, 81 and C2. RGB value is (180,129,194). Sum of RGB (Red+Green+Blue) = 180+129+194=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #B481C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481C2 is #4B7E3D. Grayscale: #979797. Windows color (decimal): -4947518 or 12747188. OLE color: 12747188.

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

Color convert

RGB 180 129 194 -
CMYK 0.07 0.34 0 0.24
HSL 287.08º 0.35% 0.63% -
HSV(B) 287.08º 0.34% 0.76% -
XYZ 36.41 29.3 54.78 -
YUV 151.66 151.9 148.21 -
System Red Green Blue C M Y K H S L
Decimal 180 129 194 0.07 0.34 0 0.24 287.08 0.35 0.63
Hex B4 81 C2 7 22 0 18 11F 23 3F
Octal 264 201 302 7 42 0 30 437 43 77
Binary 10110100 10000001 11000010 111 100010 0 11000 100011111 100011 111111

Color Harmonies of #B481C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481C2

Black with #B481C2

Text Example


Text Example

White with #B481C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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