#BF3EEB

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

Shades of Medium Orchid #BF3EEB

Tints of Medium Orchid #BF3EEB

Color information

#BF3EEB (or 0xBF3EEB) is unknown color: approx Medium Orchid. HEX triplet: BF, 3E and EB. RGB value is (191,62,235). Sum of RGB (Red+Green+Blue) = 191+62+235=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 62 (24.61% from 255 or 12.70% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF3EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3EEB is #40C114. Grayscale: #777777. Windows color (decimal): -4243733 or 15417023. OLE color: 15417023.

HSL color Cylindrical-coordinate representation of color #BF3EEB: hue angle of 284.74º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3EEB is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19162235-
CMYK0.190.7400.08
HSL284.74º81.22%58.24%-
HSV(B)284.74º73.62%92.16%-
XYZ38.220.5280.54-
YUV120.29192.74178.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 62 (24.61% from 255) = 12.70%
BLUE value IS 235 (92.19% from 255) = 48.16%
R=39.14%
G=12.70%
B=48.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal191622350.190.7400.08284.7481.2258.24
HexBF3EEB134A0811d513a
Octal277763532311201043512172
Binary1011111111111011101011100111001010010001000111011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3EEB; }

 p { color: rgb(191,62,235); }

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

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

 a { background-color: rgb(191,62,235); }

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

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

 span { border-color: rgb(191,62,235); }

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