Html Css Color HEX #BF57DF Medium Orchid

📋 copy color: '#BF57DF'

red 191 ◦ green 87 ◦ blue 223

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

Shades of Medium Orchid #BF57DF

Tints of Medium Orchid #BF57DF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.37%

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

R = 38.12%
G = 17.37%
B = 44.51%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF57DF (or 0xBF57DF) is known color: Medium Orchid. HEX triplet: BF, 57 and DF. RGB value is (191,87,223). Sum of RGB (Red+Green+Blue) = 191+87+223=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF57DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF57DF is #40A820. Grayscale: #858585. Windows color (decimal): -4237345 or 14636991. OLE color: 14636991.

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

Color convert

RGB 191 87 223 -
CMYK 0.14 0.61 0 0.13
HSL 285.88º 0.68% 0.61% -
HSV(B) 285.88º 0.61% 0.87% -
XYZ 38.21 23.22 72.28 -
YUV 133.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 191 87 223 0.14 0.61 0 0.13 285.88 0.68 0.61
Hex BF 57 DF E 3D 0 D 11E 44 3D
Octal 277 127 337 16 75 0 15 436 104 75
Binary 10111111 1010111 11011111 1110 111101 0 1101 100011110 1000100 111101

Color Harmonies of #BF57DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF57DF

Black with #BF57DF

Text Example


Text Example

White with #BF57DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF57DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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