#BB3FCA

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

Shades of Medium Orchid #BB3FCA

Tints of Medium Orchid #BB3FCA

Color information

#BB3FCA (or 0xBB3FCA) is unknown color: approx Medium Orchid. HEX triplet: BB, 3F and CA. RGB value is (187,63,202). Sum of RGB (Red+Green+Blue) = 187+63+202=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB3FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FCA is #44C035. Grayscale: #737373. Windows color (decimal): -4505654 or 13254587. OLE color: 13254587.

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

Color convert

RGB18763202-
CMYK0.070.6900.21
HSL293.53º56.73%51.96%-
HSV(B)293.53º68.81%79.22%-
XYZ32.9318.3857.69-
YUV115.92176.58178.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.37%
GREEN value IS 63 (25% from 255) = 13.94%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=41.37%
G=13.94%
B=44.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187632020.070.6900.21293.5356.7351.96
HexBB3FCA7450151263934
Octal2737731271050254467164
Binary10111011111111110010101111000101010101100100110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3FCA; }

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

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

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

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

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

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

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

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