#BB4ACF

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

Shades of Medium Orchid #BB4ACF

Tints of Medium Orchid #BB4ACF

Color information

#BB4ACF (or 0xBB4ACF) is unknown color: approx Medium Orchid. HEX triplet: BB, 4A and CF. RGB value is (187,74,207). Sum of RGB (Red+Green+Blue) = 187+74+207=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB4ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4ACF is #44B530. Grayscale: #7A7A7A. Windows color (decimal): -4502833 or 13585083. OLE color: 13585083.

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

Color convert

RGB18774207-
CMYK0.100.6400.19
HSL290.98º58.08%55.1%-
HSV(B)290.98º64.25%81.18%-
XYZ34.219.9761.08-
YUV122.95175.44173.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 74 (29.30% from 255) = 15.81%
BLUE value IS 207 (81.25% from 255) = 44.23%
R=39.96%
G=15.81%
B=44.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal187742070.100.6400.19290.9858.0855.1
HexBB4ACFA400131233a37
Octal273112317121000234437267
Binary1011101110010101100111110101000000010011100100011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4ACF; }

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

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

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

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

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

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

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

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