Html Css Color HEX #B481D1 East Side

📋 copy color: '#B481D1'

red 180 ◦ green 129 ◦ blue 209

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

Shades of East Side #B481D1

Tints of East Side #B481D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.35%

R = 34.75%
G = 24.9%
B = 40.35%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B481D1 (or 0xB481D1) is known color: East Side. HEX triplet: B4, 81 and D1. RGB value is (180,129,209). Sum of RGB (Red+Green+Blue) = 180+129+209=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #B481D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481D1 is #4B7E2E. Grayscale: #999999. Windows color (decimal): -4947503 or 13730228. OLE color: 13730228.

HSL color Cylindrical-coordinate representation of color #B481D1: hue angle of 278.25º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B481D1 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 129 209 -
CMYK 0.14 0.38 0 0.18
HSL 278.25º 0.47% 0.66% -
HSV(B) 278.25º 0.38% 0.82% -
XYZ 38.18 30.01 64.1 -
YUV 153.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 180 129 209 0.14 0.38 0 0.18 278.25 0.47 0.66
Hex B4 81 D1 E 26 0 12 116 2F 42
Octal 264 201 321 16 46 0 22 426 57 102
Binary 10110100 10000001 11010001 1110 100110 0 10010 100010110 101111 1000010

Color Harmonies of #B481D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481D1

Black with #B481D1

Text Example


Text Example

White with #B481D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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