#bb3ce3

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

Shades of Medium Orchid #BB3CE3

Tints of Medium Orchid #BB3CE3

Color information

#BB3CE3 (or 0xBB3CE3) is unknown color: approx Medium Orchid. HEX triplet: BB, 3C and E3. RGB value is (187,60,227). Sum of RGB (Red+Green+Blue) = 187+60+227=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 227 (89.06% from 255 or 47.89% from 474); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB3CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3CE3 is #44C31C. Grayscale: #747474. Windows color (decimal): -4506397 or 14892219. OLE color: 14892219.

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

Color convert

RGB18760227-
CMYK0.180.7400.11
HSL285.63º74.89%56.27%-
HSV(B)285.63º73.57%89.02%-
XYZ35.9719.3474.51-
YUV117.01190.08177.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 60 (23.83% from 255) = 12.66%
BLUE value IS 227 (89.06% from 255) = 47.89%
R=39.45%
G=12.66%
B=47.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal187602270.180.7400.11285.6374.8956.27
HexBB3CE3124A0B11e4b38
Octal273743432211201343611370
Binary1011101111110011100011100101001010010111000111101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb3ce3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb3ce3; }

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

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

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

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

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

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

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

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