Html Css Color HEX #BF57D0 Medium Orchid

📋 copy color: '#BF57D0'

red 191 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #BF57D0

Tints of Medium Orchid #BF57D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.8%

R = 39.3%
G = 17.9%
B = 42.8%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF57D0 (or 0xBF57D0) is known color: Medium Orchid. HEX triplet: BF, 57 and D0. RGB value is (191,87,208). Sum of RGB (Red+Green+Blue) = 191+87+208=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF57D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF57D0 is #40A82F. Grayscale: #838383. Windows color (decimal): -4237360 or 13653951. OLE color: 13653951.

HSL color Cylindrical-coordinate representation of color #BF57D0: hue angle of 291.57º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF57D0 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 87 208 -
CMYK 0.08 0.58 0 0.18
HSL 291.57º 0.56% 0.58% -
HSV(B) 291.57º 0.58% 0.82% -
XYZ 36.28 22.45 62.1 -
YUV 131.89 170.96 170.16 -
System Red Green Blue C M Y K H S L
Decimal 191 87 208 0.08 0.58 0 0.18 291.57 0.56 0.58
Hex BF 57 D0 8 3A 0 12 124 38 3A
Octal 277 127 320 10 72 0 22 444 70 72
Binary 10111111 1010111 11010000 1000 111010 0 10010 100100100 111000 111010

Color Harmonies of #BF57D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF57D0

Black with #BF57D0

Text Example


Text Example

White with #BF57D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF57D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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