#bf45cc

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

Shades of Medium Orchid #BF45CC

Tints of Medium Orchid #BF45CC

Color information

#BF45CC (or 0xBF45CC) is unknown color: approx Medium Orchid. HEX triplet: BF, 45 and CC. RGB value is (191,69,204). Sum of RGB (Red+Green+Blue) = 191+69+204=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF45CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF45CC is #40BA33. Grayscale: #787878. Windows color (decimal): -4241972 or 13387199. OLE color: 13387199.

HSL color Cylindrical-coordinate representation of color #BF45CC: hue angle of 294.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF45CC is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19169204-
CMYK0.060.6600.2
HSL294.22º56.96%53.53%-
HSV(B)294.22º66.18%80%-
XYZ34.5119.6959.11-
YUV120.87174.92178.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 69 (27.34% from 255) = 14.87%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=41.16%
G=14.87%
B=43.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal191692040.060.6600.2294.2256.9653.53
HexBF45CC6420141263936
Octal27710531461020244467166
Binary101111111000101110011001101000010010100100100110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf45cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf45cc; }

 p { color: rgb(191,69,204); }

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

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

 a { background-color: rgb(191,69,204); }

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

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

 span { border-color: rgb(191,69,204); }

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