#BF4BD3

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

Shades of Medium Orchid #BF4BD3

Tints of Medium Orchid #BF4BD3

Color information

#BF4BD3 (or 0xBF4BD3) is unknown color: approx Medium Orchid. HEX triplet: BF, 4B and D3. RGB value is (191,75,211). Sum of RGB (Red+Green+Blue) = 191+75+211=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF4BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BD3 is #40B42C. Grayscale: #7C7C7C. Windows color (decimal): -4240429 or 13847487. OLE color: 13847487.

HSL color Cylindrical-coordinate representation of color #BF4BD3: hue angle of 291.18º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4BD3 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19175211-
CMYK0.090.6400.17
HSL291.18º60.71%56.08%-
HSV(B)291.18º64.45%82.75%-
XYZ35.7620.8163.76-
YUV125.19176.43174.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 75 (29.69% from 255) = 15.72%
BLUE value IS 211 (82.81% from 255) = 44.23%
R=40.04%
G=15.72%
B=44.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal191752110.090.6400.17291.1860.7156.08
HexBF4BD39400111233d38
Octal277113323111000214437570
Binary1011111110010111101001110011000000010001100100011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4BD3; }

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

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

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

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

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

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

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

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