#BB3ACB

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

Shades of Medium Orchid #BB3ACB

Tints of Medium Orchid #BB3ACB

Color information

#BB3ACB (or 0xBB3ACB) is unknown color: approx Medium Orchid. HEX triplet: BB, 3A and CB. RGB value is (187,58,203). Sum of RGB (Red+Green+Blue) = 187+58+203=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB3ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3ACB is #44C534. Grayscale: #707070. Windows color (decimal): -4506933 or 13318843. OLE color: 13318843.

HSL color Cylindrical-coordinate representation of color #BB3ACB: hue angle of 293.38º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3ACB is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18758203-
CMYK0.080.7100.20
HSL293.38º58.23%51.18%-
HSV(B)293.38º71.43%79.61%-
XYZ32.7917.958.23-
YUV113.1178.74180.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 58 (23.05% from 255) = 12.95%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=41.74%
G=12.95%
B=45.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187582030.080.7100.20293.3858.2351.18
HexBB3ACB8470141253a33
Octal27372313101070244457263
Binary101110111110101100101110001000111010100100100101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3ACB; }

 p { color: rgb(187,58,203); }

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

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

 a { background-color: rgb(187,58,203); }

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

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

 span { border-color: rgb(187,58,203); }

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