Html Css Color HEX #B481BD East Side

📋 copy color: '#B481BD'

red 180 ◦ green 129 ◦ blue 189

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

Shades of East Side #B481BD

Tints of East Side #B481BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.95%

R = 36.14%
G = 25.9%
B = 37.95%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B481BD (or 0xB481BD) is known color: East Side. HEX triplet: B4, 81 and BD. RGB value is (180,129,189). Sum of RGB (Red+Green+Blue) = 180+129+189=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #B481BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481BD is #4B7E42. Grayscale: #969696. Windows color (decimal): -4947523 or 12419508. OLE color: 12419508.

HSL color Cylindrical-coordinate representation of color #B481BD: hue angle of 291º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B481BD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 129 189 -
CMYK 0.05 0.32 0 0.26
HSL 291º 0.31% 0.62% -
HSV(B) 291º 0.32% 0.74% -
XYZ 35.86 29.08 51.87 -
YUV 151.09 149.4 148.62 -
System Red Green Blue C M Y K H S L
Decimal 180 129 189 0.05 0.32 0 0.26 291 0.31 0.62
Hex B4 81 BD 5 20 0 1A 123 1F 3E
Octal 264 201 275 5 40 0 32 443 37 76
Binary 10110100 10000001 10111101 101 100000 0 11010 100100011 11111 111110

Color Harmonies of #B481BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481BD

Black with #B481BD

Text Example


Text Example

White with #B481BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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