Html Css Color HEX #B381D5 East Side

📋 copy color: '#B381D5'

red 179 ◦ green 129 ◦ blue 213

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

Shades of East Side #B381D5

Tints of East Side #B381D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.88%

R = 34.36%
G = 24.76%
B = 40.88%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B381D5 (or 0xB381D5) is known color: East Side. HEX triplet: B3, 81 and D5. RGB value is (179,129,213). Sum of RGB (Red+Green+Blue) = 179+129+213=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #B381D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381D5 is #4C7E2A. Grayscale: #999999. Windows color (decimal): -5013035 or 13992371. OLE color: 13992371.

HSL color Cylindrical-coordinate representation of color #B381D5: hue angle of 275.71º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B381D5 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 129 213 -
CMYK 0.16 0.39 0 0.16
HSL 275.71º 0.5% 0.67% -
HSV(B) 275.71º 0.39% 0.84% -
XYZ 38.45 30.09 66.73 -
YUV 153.53 161.57 146.17 -
System Red Green Blue C M Y K H S L
Decimal 179 129 213 0.16 0.39 0 0.16 275.71 0.5 0.67
Hex B3 81 D5 10 27 0 10 114 32 43
Octal 263 201 325 20 47 0 20 424 62 103
Binary 10110011 10000001 11010101 10000 100111 0 10000 100010100 110010 1000011

Color Harmonies of #B381D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B381D5

Black with #B381D5

Text Example


Text Example

White with #B381D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B381D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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