#BB44ED

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

Shades of Medium Orchid #BB44ED

Tints of Medium Orchid #BB44ED

Color information

#BB44ED (or 0xBB44ED) is unknown color: approx Medium Orchid. HEX triplet: BB, 44 and ED. RGB value is (187,68,237). Sum of RGB (Red+Green+Blue) = 187+68+237=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 68 (26.95% from 255 or 13.82% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB44ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB44ED is #44BB12. Grayscale: #7A7A7A. Windows color (decimal): -4504339 or 15549627. OLE color: 15549627.

HSL color Cylindrical-coordinate representation of color #BB44ED: hue angle of 282.25º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB44ED is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18768237-
CMYK0.210.7100.07
HSL282.25º82.44%59.8%-
HSV(B)282.25º71.31%92.94%-
XYZ37.8520.8182.14-
YUV122.85192.42173.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 68 (26.95% from 255) = 13.82%
BLUE value IS 237 (92.97% from 255) = 48.17%
R=38.01%
G=13.82%
B=48.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187682370.210.7100.07282.2582.4459.8
HexBB44ED15470711a523c
Octal273104355251070743212274
Binary1011101110001001110110110101100011101111000110101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB44ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB44ED; }

 p { color: rgb(187,68,237); }

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

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

 a { background-color: rgb(187,68,237); }

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

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

 span { border-color: rgb(187,68,237); }

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