Html Css Color HEX #BF59E9 Medium Orchid

📋 copy color: '#BF59E9'

red 191 ◦ green 89 ◦ blue 233

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

Shades of Medium Orchid #BF59E9

Tints of Medium Orchid #BF59E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.42%

R = 37.23%
G = 17.35%
B = 45.42%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF59E9 (or 0xBF59E9) is known color: Medium Orchid. HEX triplet: BF, 59 and E9. RGB value is (191,89,233). Sum of RGB (Red+Green+Blue) = 191+89+233=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF59E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF59E9 is #40A616. Grayscale: #878787. Windows color (decimal): -4236823 or 15292863. OLE color: 15292863.

HSL color Cylindrical-coordinate representation of color #BF59E9: hue angle of 282.5º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF59E9 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 89 233 -
CMYK 0.18 0.62 0 0.09
HSL 282.5º 0.77% 0.63% -
HSV(B) 282.5º 0.62% 0.91% -
XYZ 39.77 24.1 79.65 -
YUV 135.91 182.79 167.29 -
System Red Green Blue C M Y K H S L
Decimal 191 89 233 0.18 0.62 0 0.09 282.5 0.77 0.63
Hex BF 59 E9 12 3E 0 9 11A 4D 3F
Octal 277 131 351 22 76 0 11 432 115 77
Binary 10111111 1011001 11101001 10010 111110 0 1001 100011010 1001101 111111

Color Harmonies of #BF59E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF59E9

Black with #BF59E9

Text Example


Text Example

White with #BF59E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF59E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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