Html Css Color HEX #BB80D8 East Side

📋 copy color: '#BB80D8'

red 187 ◦ green 128 ◦ blue 216

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

Shades of East Side #BB80D8

Tints of East Side #BB80D8

RGB

 RED value IS 187 (73.44% from 255) = 35.22%

 GREEN value IS 128 (50.39% from 255) = 24.11%

 BLUE value IS 216 (84.77% from 255) = 40.68%

R = 35.22%
G = 24.11%
B = 40.68%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB80D8 (or 0xBB80D8) is known color: East Side. HEX triplet: BB, 80 and D8. RGB value is (187,128,216). Sum of RGB (Red+Green+Blue) = 187+128+216=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB80D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80D8 is #447F27. Grayscale: #9B9B9B. Windows color (decimal): -4489000 or 14188731. OLE color: 14188731.

HSL color Cylindrical-coordinate representation of color #BB80D8: hue angle of 280.23º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB80D8 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 128 216 -
CMYK 0.13 0.41 0 0.15
HSL 280.23º 0.53% 0.67% -
HSV(B) 280.23º 0.41% 0.85% -
XYZ 40.61 30.96 68.8 -
YUV 155.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 187 128 216 0.13 0.41 0 0.15 280.23 0.53 0.67
Hex BB 80 D8 D 29 0 F 118 35 43
Octal 273 200 330 15 51 0 17 430 65 103
Binary 10111011 10000000 11011000 1101 101001 0 1111 100011000 110101 1000011

Color Harmonies of #BB80D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80D8

Black with #BB80D8

Text Example


Text Example

White with #BB80D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80D8; }

 p { color: rgb(187,128,216); }

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

background-color css

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

 a { background-color: rgb(187,128,216); }

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

border-color css

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

 span { border-color: rgb(187,128,216); }

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