#BF4EEE

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

Shades of Medium Orchid #BF4EEE

Tints of Medium Orchid #BF4EEE

Color information

#BF4EEE (or 0xBF4EEE) is unknown color: approx Medium Orchid. HEX triplet: BF, 4E and EE. RGB value is (191,78,238). Sum of RGB (Red+Green+Blue) = 191+78+238=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF4EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4EEE is #40B111. Grayscale: #818181. Windows color (decimal): -4239634 or 15617727. OLE color: 15617727.

HSL color Cylindrical-coordinate representation of color #BF4EEE: hue angle of 282.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF4EEE is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19178238-
CMYK0.200.6700.07
HSL282.38º82.47%61.96%-
HSV(B)282.38º67.23%93.33%-
XYZ39.6422.783.18-
YUV130.03188.94171.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 78 (30.86% from 255) = 15.38%
BLUE value IS 238 (93.36% from 255) = 46.94%
R=37.67%
G=15.38%
B=46.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal191782380.200.6700.07282.3882.4761.96
HexBF4EEE14430711a523e
Octal277116356241030743212276
Binary1011111110011101110111010100100001101111000110101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4EEE; }

 p { color: rgb(191,78,238); }

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

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

 a { background-color: rgb(191,78,238); }

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

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

 span { border-color: rgb(191,78,238); }

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