Html Css Color HEX #B481B9 East Side

📋 copy color: '#B481B9'

red 180 ◦ green 129 ◦ blue 185

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

Shades of East Side #B481B9

Tints of East Side #B481B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.45%

R = 36.44%
G = 26.11%
B = 37.45%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B481B9 (or 0xB481B9) is known color: East Side. HEX triplet: B4, 81 and B9. RGB value is (180,129,185). Sum of RGB (Red+Green+Blue) = 180+129+185=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 185 - color contains mainly: blue. Hex color #B481B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481B9 is #4B7E46. Grayscale: #969696. Windows color (decimal): -4947527 or 12157364. OLE color: 12157364.

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

Color convert

RGB 180 129 185 -
CMYK 0.03 0.30 0 0.27
HSL 294.64º 0.29% 0.62% -
HSV(B) 294.64º 0.3% 0.73% -
XYZ 35.43 28.91 49.61 -
YUV 150.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 180 129 185 0.03 0.30 0 0.27 294.64 0.29 0.62
Hex B4 81 B9 3 1E 0 1B 127 1D 3E
Octal 264 201 271 3 36 0 33 447 35 76
Binary 10110100 10000001 10111001 11 11110 0 11011 100100111 11101 111110

Color Harmonies of #B481B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481B9

Black with #B481B9

Text Example


Text Example

White with #B481B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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