#BB3DCA

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

Shades of Medium Orchid #BB3DCA

Tints of Medium Orchid #BB3DCA

Color information

#BB3DCA (or 0xBB3DCA) is unknown color: approx Medium Orchid. HEX triplet: BB, 3D and CA. RGB value is (187,61,202). Sum of RGB (Red+Green+Blue) = 187+61+202=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB3DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3DCA is #44C235. Grayscale: #727272. Windows color (decimal): -4506166 or 13254075. OLE color: 13254075.

HSL color Cylindrical-coordinate representation of color #BB3DCA: hue angle of 293.62º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3DCA is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18761202-
CMYK0.070.7000.21
HSL293.62º57.09%51.57%-
HSV(B)293.62º69.8%79.22%-
XYZ32.8218.1757.65-
YUV114.75177.24179.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 61 (24.22% from 255) = 13.56%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=41.56%
G=13.56%
B=44.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187612020.070.7000.21293.6257.0951.57
HexBB3DCA7460151263934
Octal2737531271060254467164
Binary10111011111101110010101111000110010101100100110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3DCA; }

 p { color: rgb(187,61,202); }

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

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

 a { background-color: rgb(187,61,202); }

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

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

 span { border-color: rgb(187,61,202); }

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