#bf4dd6

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

Shades of Medium Orchid #BF4DD6

Tints of Medium Orchid #BF4DD6

Color information

#BF4DD6 (or 0xBF4DD6) is unknown color: approx Medium Orchid. HEX triplet: BF, 4D and D6. RGB value is (191,77,214). Sum of RGB (Red+Green+Blue) = 191+77+214=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF4DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DD6 is #40B229. Grayscale: #7E7E7E. Windows color (decimal): -4239914 or 14044607. OLE color: 14044607.

HSL color Cylindrical-coordinate representation of color #BF4DD6: hue angle of 289.93º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4DD6 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19177214-
CMYK0.110.6400.16
HSL289.93º62.56%57.06%-
HSV(B)289.93º64.02%83.92%-
XYZ36.2821.2465.81-
YUV126.7177.27173.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 77 (30.47% from 255) = 15.98%
BLUE value IS 214 (83.98% from 255) = 44.40%
R=39.63%
G=15.98%
B=44.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191772140.110.6400.16289.9362.5657.06
HexBF4DD6B400101223f39
Octal277115326131000204427771
Binary1011111110011011101011010111000000010000100100010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4dd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4dd6; }

 p { color: rgb(191,77,214); }

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

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

 a { background-color: rgb(191,77,214); }

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

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

 span { border-color: rgb(191,77,214); }

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