Html Css Color HEX #BB80C7 East Side

📋 copy color: '#BB80C7'

red 187 ◦ green 128 ◦ blue 199

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

Shades of East Side #BB80C7

Tints of East Side #BB80C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.72%

R = 36.38%
G = 24.9%
B = 38.72%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB80C7 (or 0xBB80C7) is known color: East Side. HEX triplet: BB, 80 and C7. RGB value is (187,128,199). Sum of RGB (Red+Green+Blue) = 187+128+199=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB80C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80C7 is #447F38. Grayscale: #999999. Windows color (decimal): -4489017 or 13074619. OLE color: 13074619.

HSL color Cylindrical-coordinate representation of color #BB80C7: hue angle of 289.86º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB80C7 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 128 199 -
CMYK 0.06 0.36 0 0.22
HSL 289.86º 0.39% 0.64% -
HSV(B) 289.86º 0.36% 0.78% -
XYZ 38.52 30.13 57.82 -
YUV 153.74 153.55 151.73 -
System Red Green Blue C M Y K H S L
Decimal 187 128 199 0.06 0.36 0 0.22 289.86 0.39 0.64
Hex BB 80 C7 6 24 0 16 122 27 40
Octal 273 200 307 6 44 0 26 442 47 100
Binary 10111011 10000000 11000111 110 100100 0 10110 100100010 100111 1000000

Color Harmonies of #BB80C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80C7

Black with #BB80C7

Text Example


Text Example

White with #BB80C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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