Html Css Color HEX #BF59EE Medium Orchid

📋 copy color: '#BF59EE'

red 191 ◦ green 89 ◦ blue 238

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

Shades of Medium Orchid #BF59EE

Tints of Medium Orchid #BF59EE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.18%

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 36.87%
G = 17.18%
B = 45.95%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF59EE (or 0xBF59EE) is known color: Medium Orchid. HEX triplet: BF, 59 and EE. RGB value is (191,89,238). Sum of RGB (Red+Green+Blue) = 191+89+238=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF59EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF59EE is #40A611. Grayscale: #878787. Windows color (decimal): -4236818 or 15620543. OLE color: 15620543.

HSL color Cylindrical-coordinate representation of color #BF59EE: hue angle of 281.07º 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 #BF59EE is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 89 238 -
CMYK 0.20 0.63 0 0.07
HSL 281.07º 0.81% 0.64% -
HSV(B) 281.07º 0.63% 0.93% -
XYZ 40.49 24.39 83.46 -
YUV 136.48 185.29 166.88 -
System Red Green Blue C M Y K H S L
Decimal 191 89 238 0.20 0.63 0 0.07 281.07 0.81 0.64
Hex BF 59 EE 14 3F 0 7 119 51 40
Octal 277 131 356 24 77 0 7 431 121 100
Binary 10111111 1011001 11101110 10100 111111 0 111 100011001 1010001 1000000

Color Harmonies of #BF59EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF59EE

Black with #BF59EE

Text Example


Text Example

White with #BF59EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF59EE; }

 p { color: rgb(191,89,238); }

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

background-color css

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

 a { background-color: rgb(191,89,238); }

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

border-color css

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

 span { border-color: rgb(191,89,238); }

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