Html Css Color HEX #B381BD East Side

📋 copy color: '#B381BD'

red 179 ◦ green 129 ◦ blue 189

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

Shades of East Side #B381BD

Tints of East Side #B381BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 36.02%
G = 25.96%
B = 38.03%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B381BD (or 0xB381BD) is known color: East Side. HEX triplet: B3, 81 and BD. RGB value is (179,129,189). Sum of RGB (Red+Green+Blue) = 179+129+189=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #B381BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381BD is #4C7E42. Grayscale: #969696. Windows color (decimal): -5013059 or 12419507. OLE color: 12419507.

HSL color Cylindrical-coordinate representation of color #B381BD: hue angle of 290º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B381BD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 129 189 -
CMYK 0.05 0.32 0 0.26
HSL 290º 0.31% 0.62% -
HSV(B) 290º 0.32% 0.74% -
XYZ 35.63 28.96 51.86 -
YUV 150.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 179 129 189 0.05 0.32 0 0.26 290 0.31 0.62
Hex B3 81 BD 5 20 0 1A 122 1F 3E
Octal 263 201 275 5 40 0 32 442 37 76
Binary 10110011 10000001 10111101 101 100000 0 11010 100100010 11111 111110

Color Harmonies of #B381BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B381BD

Black with #B381BD

Text Example


Text Example

White with #B381BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B381BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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