Html Css Color HEX #B481D0 East Side

📋 copy color: '#B481D0'

red 180 ◦ green 129 ◦ blue 208

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

Shades of East Side #B481D0

Tints of East Side #B481D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.23%

R = 34.82%
G = 24.95%
B = 40.23%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B481D0 (or 0xB481D0) is known color: East Side. HEX triplet: B4, 81 and D0. RGB value is (180,129,208). Sum of RGB (Red+Green+Blue) = 180+129+208=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #B481D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481D0 is #4B7E2F. Grayscale: #989898. Windows color (decimal): -4947504 or 13664692. OLE color: 13664692.

HSL color Cylindrical-coordinate representation of color #B481D0: hue angle of 278.73º degrees, saturation: 0.46, 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 #B481D0 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 129 208 -
CMYK 0.13 0.38 0 0.18
HSL 278.73º 0.46% 0.66% -
HSV(B) 278.73º 0.38% 0.82% -
XYZ 38.06 29.96 63.45 -
YUV 153.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 180 129 208 0.13 0.38 0 0.18 278.73 0.46 0.66
Hex B4 81 D0 D 26 0 12 117 2E 42
Octal 264 201 320 15 46 0 22 427 56 102
Binary 10110100 10000001 11010000 1101 100110 0 10010 100010111 101110 1000010

Color Harmonies of #B481D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481D0

Black with #B481D0

Text Example


Text Example

White with #B481D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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