Html Css Color HEX #BF57ED Medium Orchid

📋 copy color: '#BF57ED'

red 191 ◦ green 87 ◦ blue 237

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

Shades of Medium Orchid #BF57ED

Tints of Medium Orchid #BF57ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 37.09%
G = 16.89%
B = 46.02%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF57ED (or 0xBF57ED) is known color: Medium Orchid. HEX triplet: BF, 57 and ED. RGB value is (191,87,237). Sum of RGB (Red+Green+Blue) = 191+87+237=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 87 (34.38% from 255 or 16.89% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF57ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF57ED is #40A812. Grayscale: #868686. Windows color (decimal): -4237331 or 15554495. OLE color: 15554495.

HSL color Cylindrical-coordinate representation of color #BF57ED: hue angle of 281.6º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF57ED is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 87 237 -
CMYK 0.19 0.63 0 0.07
HSL 281.6º 0.81% 0.64% -
HSV(B) 281.6º 0.63% 0.93% -
XYZ 40.18 24.01 82.64 -
YUV 135.2 185.46 167.8 -
System Red Green Blue C M Y K H S L
Decimal 191 87 237 0.19 0.63 0 0.07 281.6 0.81 0.64
Hex BF 57 ED 13 3F 0 7 11A 51 40
Octal 277 127 355 23 77 0 7 432 121 100
Binary 10111111 1010111 11101101 10011 111111 0 111 100011010 1010001 1000000

Color Harmonies of #BF57ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF57ED

Black with #BF57ED

Text Example


Text Example

White with #BF57ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF57ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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