#BF4BEE

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

Shades of Medium Orchid #BF4BEE

Tints of Medium Orchid #BF4BEE

Color information

#BF4BEE (or 0xBF4BEE) is unknown color: approx Medium Orchid. HEX triplet: BF, 4B and EE. RGB value is (191,75,238). Sum of RGB (Red+Green+Blue) = 191+75+238=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF4BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4BEE is #40B411. Grayscale: #7F7F7F. Windows color (decimal): -4240402 or 15616959. OLE color: 15616959.

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

Color convert

RGB19175238-
CMYK0.200.6800.07
HSL282.7º82.74%61.37%-
HSV(B)282.7º68.49%93.33%-
XYZ39.4322.2883.11-
YUV128.27189.93172.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 75 (29.69% from 255) = 14.88%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=37.90%
G=14.88%
B=47.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal191752380.200.6800.07282.782.7461.37
HexBF4BEE14440711b533d
Octal277113356241040743312375
Binary1011111110010111110111010100100010001111000110111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4BEE; }

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

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

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

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

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

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

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

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