#BF4BE7

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

Shades of Medium Orchid #BF4BE7

Tints of Medium Orchid #BF4BE7

Color information

#BF4BE7 (or 0xBF4BE7) is unknown color: approx Medium Orchid. HEX triplet: BF, 4B and E7. RGB value is (191,75,231). Sum of RGB (Red+Green+Blue) = 191+75+231=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF4BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4BE7 is #40B418. Grayscale: #7E7E7E. Windows color (decimal): -4240409 or 15158207. OLE color: 15158207.

HSL color Cylindrical-coordinate representation of color #BF4BE7: hue angle of 284.62º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF4BE7 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19175231-
CMYK0.170.6800.09
HSL284.62º76.47%60%-
HSV(B)284.62º67.53%90.59%-
XYZ38.4321.8877.8-
YUV127.47186.43173.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 75 (29.69% from 255) = 15.09%
BLUE value IS 231 (90.62% from 255) = 46.48%
R=38.43%
G=15.09%
B=46.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal191752310.170.6800.09284.6276.4760
HexBF4BE711440911d4c3c
Octal2771133472110401143511474
Binary10111111100101111100111100011000100010011000111011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4BE7; }

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

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

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

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

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

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

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

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