Html Css Color HEX #B481BA East Side

📋 copy color: '#B481BA'

red 180 ◦ green 129 ◦ blue 186

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

Shades of East Side #B481BA

Tints of East Side #B481BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 36.36%
G = 26.06%
B = 37.58%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B481BA (or 0xB481BA) is known color: East Side. HEX triplet: B4, 81 and BA. RGB value is (180,129,186). Sum of RGB (Red+Green+Blue) = 180+129+186=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #B481BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481BA is #4B7E45. Grayscale: #969696. Windows color (decimal): -4947526 or 12222900. OLE color: 12222900.

HSL color Cylindrical-coordinate representation of color #B481BA: hue angle of 293.68º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B481BA is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 129 186 -
CMYK 0.03 0.31 0 0.27
HSL 293.68º 0.29% 0.62% -
HSV(B) 293.68º 0.31% 0.73% -
XYZ 35.54 28.95 50.17 -
YUV 150.75 147.9 148.87 -
System Red Green Blue C M Y K H S L
Decimal 180 129 186 0.03 0.31 0 0.27 293.68 0.29 0.62
Hex B4 81 BA 3 1F 0 1B 126 1D 3E
Octal 264 201 272 3 37 0 33 446 35 76
Binary 10110100 10000001 10111010 11 11111 0 11011 100100110 11101 111110

Color Harmonies of #B481BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481BA

Black with #B481BA

Text Example


Text Example

White with #B481BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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