#bf4bd1

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

Shades of Medium Orchid #BF4BD1

Tints of Medium Orchid #BF4BD1

Color information

#BF4BD1 (or 0xBF4BD1) is unknown color: approx Medium Orchid. HEX triplet: BF, 4B and D1. RGB value is (191,75,209). Sum of RGB (Red+Green+Blue) = 191+75+209=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF4BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BD1 is #40B42E. Grayscale: #7C7C7C. Windows color (decimal): -4240431 or 13716415. OLE color: 13716415.

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

Color convert

RGB19175209-
CMYK0.090.6400.18
HSL291.94º59.29%55.69%-
HSV(B)291.94º64.11%81.96%-
XYZ35.5120.7162.45-
YUV124.96175.43175.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 75 (29.69% from 255) = 15.79%
BLUE value IS 209 (82.03% from 255) = 44%
R=40.21%
G=15.79%
B=44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191752090.090.6400.18291.9459.2955.69
HexBF4BD19400121243b38
Octal277113321111000224447370
Binary1011111110010111101000110011000000010010100100100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4bd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4bd1; }

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

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

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

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

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

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

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

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