Html Css Color HEX #BF37DF Medium Orchid

📋 copy color: '#BF37DF'

red 191 ◦ green 55 ◦ blue 223

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

Shades of Medium Orchid #BF37DF

Tints of Medium Orchid #BF37DF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.73%

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

R = 40.72%
G = 11.73%
B = 47.55%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF37DF (or 0xBF37DF) is known color: Medium Orchid. HEX triplet: BF, 37 and DF. RGB value is (191,55,223). Sum of RGB (Red+Green+Blue) = 191+55+223=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF37DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37DF is #40C820. Grayscale: #727272. Windows color (decimal): -4245537 or 14628799. OLE color: 14628799.

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

Color convert

RGB 191 55 223 -
CMYK 0.14 0.75 0 0.13
HSL 288.57º 0.72% 0.55% -
HSV(B) 288.57º 0.75% 0.87% -
XYZ 36.17 19.14 71.6 -
YUV 114.82 189.06 182.34 -
System Red Green Blue C M Y K H S L
Decimal 191 55 223 0.14 0.75 0 0.13 288.57 0.72 0.55
Hex BF 37 DF E 4B 0 D 121 48 37
Octal 277 67 337 16 113 0 15 441 110 67
Binary 10111111 110111 11011111 1110 1001011 0 1101 100100001 1001000 110111

Color Harmonies of #BF37DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF37DF

Black with #BF37DF

Text Example


Text Example

White with #BF37DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF37DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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