Html Css Color HEX #B083D1 East Side

📋 copy color: '#B083D1'

red 176 ◦ green 131 ◦ blue 209

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

Shades of East Side #B083D1

Tints of East Side #B083D1

RGB

 RED value IS 176 (69.14% from 255) = 34.11%

 GREEN value IS 131 (51.56% from 255) = 25.39%

 BLUE value IS 209 (82.03% from 255) = 40.5%

R = 34.11%
G = 25.39%
B = 40.5%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B083D1 (or 0xB083D1) is known color: East Side. HEX triplet: B0, 83 and D1. RGB value is (176,131,209). Sum of RGB (Red+Green+Blue) = 176+131+209=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #B083D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B083D1 is #4F7C2E. Grayscale: #999999. Windows color (decimal): -5209135 or 13730736. OLE color: 13730736.

HSL color Cylindrical-coordinate representation of color #B083D1: hue angle of 274.62º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B083D1 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 131 209 -
CMYK 0.16 0.37 0 0.18
HSL 274.62º 0.46% 0.67% -
HSV(B) 274.62º 0.37% 0.82% -
XYZ 37.53 30.07 64.15 -
YUV 153.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 176 131 209 0.16 0.37 0 0.18 274.62 0.46 0.67
Hex B0 83 D1 10 25 0 12 113 2E 43
Octal 260 203 321 20 45 0 22 423 56 103
Binary 10110000 10000011 11010001 10000 100101 0 10010 100010011 101110 1000011

Color Harmonies of #B083D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B083D1

Black with #B083D1

Text Example


Text Example

White with #B083D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B083D1; }

 p { color: rgb(176,131,209); }

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

background-color css

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

 a { background-color: rgb(176,131,209); }

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

border-color css

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

 span { border-color: rgb(176,131,209); }

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