#BF45EA

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

Shades of Medium Orchid #BF45EA

Tints of Medium Orchid #BF45EA

Color information

#BF45EA (or 0xBF45EA) is unknown color: approx Medium Orchid. HEX triplet: BF, 45 and EA. RGB value is (191,69,234). Sum of RGB (Red+Green+Blue) = 191+69+234=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF45EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF45EA is #40BA15. Grayscale: #7B7B7B. Windows color (decimal): -4241942 or 15353279. OLE color: 15353279.

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

Color convert

RGB19169234-
CMYK0.180.7100.08
HSL284.36º79.71%59.41%-
HSV(B)284.36º70.51%91.76%-
XYZ38.4721.2779.92-
YUV124.29189.92175.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 69 (27.34% from 255) = 13.97%
BLUE value IS 234 (91.80% from 255) = 47.37%
R=38.66%
G=13.97%
B=47.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal191692340.180.7100.08284.3679.7159.41
HexBF45EA12470811c503b
Octal2771053522210701043412073
Binary10111111100010111101010100101000111010001000111001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF45EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF45EA; }

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

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

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

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

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

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

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

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