Html Css Color HEX #B381D2 East Side

📋 copy color: '#B381D2'

red 179 ◦ green 129 ◦ blue 210

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

Shades of East Side #B381D2

Tints of East Side #B381D2

RGB

 RED value IS 179 (70.31% from 255) = 34.56%

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

 BLUE value IS 210 (82.42% from 255) = 40.54%

R = 34.56%
G = 24.9%
B = 40.54%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B381D2 (or 0xB381D2) is known color: East Side. HEX triplet: B3, 81 and D2. RGB value is (179,129,210). Sum of RGB (Red+Green+Blue) = 179+129+210=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 210 - color contains mainly: blue. Hex color #B381D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381D2 is #4C7E2D. Grayscale: #989898. Windows color (decimal): -5013038 or 13795763. OLE color: 13795763.

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

Color convert

RGB 179 129 210 -
CMYK 0.15 0.39 0 0.18
HSL 277.04º 0.47% 0.66% -
HSV(B) 277.04º 0.39% 0.82% -
XYZ 38.07 29.94 64.74 -
YUV 153.18 160.07 146.41 -
System Red Green Blue C M Y K H S L
Decimal 179 129 210 0.15 0.39 0 0.18 277.04 0.47 0.66
Hex B3 81 D2 F 27 0 12 115 2F 42
Octal 263 201 322 17 47 0 22 425 57 102
Binary 10110011 10000001 11010010 1111 100111 0 10010 100010101 101111 1000010

Color Harmonies of #B381D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B381D2

Black with #B381D2

Text Example


Text Example

White with #B381D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B381D2; }

 p { color: rgb(179,129,210); }

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

background-color css

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

 a { background-color: rgb(179,129,210); }

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

border-color css

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

 span { border-color: rgb(179,129,210); }

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