Html Css Color HEX #BF44DF Medium Orchid

📋 copy color: '#BF44DF'

red 191 ◦ green 68 ◦ blue 223

#BF44DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BF44DF

Tints of Medium Orchid #BF44DF

RGB

 RED value IS 191 (75% from 255) = 39.63%

 GREEN value IS 68 (26.95% from 255) = 14.11%

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 39.63%
G = 14.11%
B = 46.27%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF44DF (or 0xBF44DF) is known color: Medium Orchid. HEX triplet: BF, 44 and DF. RGB value is (191,68,223). Sum of RGB (Red+Green+Blue) = 191+68+223=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF44DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF44DF is #40BB20. Grayscale: #797979. Windows color (decimal): -4242209 or 14632127. OLE color: 14632127.

HSL color Cylindrical-coordinate representation of color #BF44DF: hue angle of 287.61º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF44DF is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 68 223 -
CMYK 0.14 0.70 0 0.13
HSL 287.61º 0.71% 0.57% -
HSV(B) 287.61º 0.7% 0.87% -
XYZ 36.87 20.54 71.83 -
YUV 122.45 184.75 176.9 -
System Red Green Blue C M Y K H S L
Decimal 191 68 223 0.14 0.70 0 0.13 287.61 0.71 0.57
Hex BF 44 DF E 46 0 D 120 47 39
Octal 277 104 337 16 106 0 15 440 107 71
Binary 10111111 1000100 11011111 1110 1000110 0 1101 100100000 1000111 111001

Color Harmonies of #BF44DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF44DF

Black with #BF44DF

Text Example


Text Example

White with #BF44DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF44DF; }

 p { color: rgb(191,68,223); }

 H1.HeaderClassName
 {
   color: #BF44DF;
 }
 .AnyTagClassName
 {
   color: #BF44DF;
 }
</style>

background-color css

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

 a { background-color: rgb(191,68,223); }

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

border-color css

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

 span { border-color: rgb(191,68,223); }

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