#BF4BDD

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

Shades of Medium Orchid #BF4BDD

Tints of Medium Orchid #BF4BDD

Color information

#BF4BDD (or 0xBF4BDD) is unknown color: approx Medium Orchid. HEX triplet: BF, 4B and DD. RGB value is (191,75,221). Sum of RGB (Red+Green+Blue) = 191+75+221=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF4BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BDD is #40B422. Grayscale: #7D7D7D. Windows color (decimal): -4240419 or 14502847. OLE color: 14502847.

HSL color Cylindrical-coordinate representation of color #BF4BDD: hue angle of 287.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4BDD is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19175221-
CMYK0.140.6600.13
HSL287.67º68.22%58.04%-
HSV(B)287.67º66.06%86.67%-
XYZ37.0521.3370.57-
YUV126.33181.43174.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 75 (29.69% from 255) = 15.40%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=39.22%
G=15.40%
B=45.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191752210.140.6600.13287.6768.2258.04
HexBF4BDDE420D120443a
Octal2771133351610201544010472
Binary1011111110010111101110111101000010011011001000001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4BDD; }

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

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

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

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

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

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

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

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