#BB63E8

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

Shades of Medium Orchid #BB63E8

Tints of Medium Orchid #BB63E8

Color information

#BB63E8 (or 0xBB63E8) is unknown color: approx Medium Orchid. HEX triplet: BB, 63 and E8. RGB value is (187,99,232). Sum of RGB (Red+Green+Blue) = 187+99+232=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 232 (91.02% from 255 or 44.79% from 518); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB63E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB63E8 is #449C17. Grayscale: #8C8C8C. Windows color (decimal): -4496408 or 15229883. OLE color: 15229883.

HSL color Cylindrical-coordinate representation of color #BB63E8: hue angle of 279.7º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB63E8 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18799232-
CMYK0.190.5700.09
HSL279.7º74.3%64.9%-
HSV(B)279.7º57.33%90.98%-
XYZ39.5225.3179.15-
YUV140.47179.65161.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 99 (39.06% from 255) = 19.11%
BLUE value IS 232 (91.02% from 255) = 44.79%
R=36.10%
G=19.11%
B=44.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal187992320.190.5700.09279.774.364.9
HexBB63E81339091184a41
Octal2731433502371011430112101
Binary10111011110001111101000100111110010100110001100010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB63E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB63E8; }

 p { color: rgb(187,99,232); }

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

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

 a { background-color: rgb(187,99,232); }

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

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

 span { border-color: rgb(187,99,232); }

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