#BB75E3

Color #BB75E3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BB75E3

Tints of Medium Orchid #BB75E3

Color information

#BB75E3 (or 0xBB75E3) is unknown color: approx Medium Orchid. HEX triplet: BB, 75 and E3. RGB value is (187,117,227). Sum of RGB (Red+Green+Blue) = 187+117+227=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB75E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75E3 is #448A1C. Grayscale: #969696. Windows color (decimal): -4491805 or 14906811. OLE color: 14906811.

HSL color Cylindrical-coordinate representation of color #BB75E3: hue angle of 278.18º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB75E3 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187117227-
CMYK0.180.4800.11
HSL278.18º66.27%67.45%-
HSV(B)278.18º48.46%89.02%-
XYZ40.7228.8376.09-
YUV150.47171.19154.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 117 (46.09% from 255) = 22.03%
BLUE value IS 227 (89.06% from 255) = 42.75%
R=35.22%
G=22.03%
B=42.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871172270.180.4800.11278.1866.2767.45
HexBB75E312300B1164243
Octal2731653432260013426102103
Binary10111011111010111100011100101100000101110001011010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB75E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB75E3; }

 p { color: rgb(187,117,227); }

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

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

 a { background-color: rgb(187,117,227); }

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

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

 span { border-color: rgb(187,117,227); }

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