#BB34CF

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

Shades of Medium Orchid #BB34CF

Tints of Medium Orchid #BB34CF

Color information

#BB34CF (or 0xBB34CF) is unknown color: approx Medium Orchid. HEX triplet: BB, 34 and CF. RGB value is (187,52,207). Sum of RGB (Red+Green+Blue) = 187+52+207=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB34CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34CF is #44CB30. Grayscale: #6D6D6D. Windows color (decimal): -4508465 or 13579451. OLE color: 13579451.

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

Color convert

RGB18752207-
CMYK0.100.7500.19
HSL292.26º61.75%50.78%-
HSV(B)292.26º74.88%81.18%-
XYZ32.9817.5360.68-
YUV110.04182.73182.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 52 (20.70% from 255) = 11.66%
BLUE value IS 207 (81.25% from 255) = 46.41%
R=41.93%
G=11.66%
B=46.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal187522070.100.7500.19292.2661.7550.78
HexBB34CFA4B0131243e33
Octal27364317121130234447663
Binary101110111101001100111110101001011010011100100100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB34CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB34CF; }

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

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

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

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

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

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

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

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