Html Css Color HEX #B381BE East Side

📋 copy color: '#B381BE'

red 179 ◦ green 129 ◦ blue 190

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

Shades of East Side #B381BE

Tints of East Side #B381BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.15%

R = 35.94%
G = 25.9%
B = 38.15%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B381BE (or 0xB381BE) is known color: East Side. HEX triplet: B3, 81 and BE. RGB value is (179,129,190). Sum of RGB (Red+Green+Blue) = 179+129+190=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #B381BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381BE is #4C7E41. Grayscale: #969696. Windows color (decimal): -5013058 or 12485043. OLE color: 12485043.

HSL color Cylindrical-coordinate representation of color #B381BE: hue angle of 289.18º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B381BE is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 129 190 -
CMYK 0.06 0.32 0 0.25
HSL 289.18º 0.32% 0.63% -
HSV(B) 289.18º 0.32% 0.75% -
XYZ 35.73 29 52.43 -
YUV 150.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 179 129 190 0.06 0.32 0 0.25 289.18 0.32 0.63
Hex B3 81 BE 6 20 0 19 121 20 3F
Octal 263 201 276 6 40 0 31 441 40 77
Binary 10110011 10000001 10111110 110 100000 0 11001 100100001 100000 111111

Color Harmonies of #B381BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B381BE

Black with #B381BE

Text Example


Text Example

White with #B381BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B381BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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