#BB83CF

Color #BB83CF East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BB83CF

Tints of East Side #BB83CF

Color information

#BB83CF (or 0xBB83CF) is unknown color: approx East Side. HEX triplet: BB, 83 and CF. RGB value is (187,131,207). Sum of RGB (Red+Green+Blue) = 187+131+207=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB83CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83CF is #447C30. Grayscale: #9C9C9C. Windows color (decimal): -4488241 or 13599675. OLE color: 13599675.

HSL color Cylindrical-coordinate representation of color #BB83CF: hue angle of 284.21º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB83CF is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187131207-
CMYK0.100.3700.19
HSL284.21º44.19%66.27%-
HSV(B)284.21º36.71%81.18%-
XYZ39.8731.362.97-
YUV156.41156.55149.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 131 (51.56% from 255) = 24.95%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=35.62%
G=24.95%
B=39.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871312070.100.3700.19284.2144.1966.27
HexBB83CFA2501311c2c42
Octal273203317124502343454102
Binary10111011100000111100111110101001010100111000111001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB83CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB83CF; }

 p { color: rgb(187,131,207); }

 H1.HeaderClassName
 {
   color: #BB83CF;
 }
 .AnyTagClassName
 {
   color: #BB83CF;
 }
</style>
background-color css

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

 a { background-color: rgb(187,131,207); }

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

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

 span { border-color: rgb(187,131,207); }

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