Html Css Color HEX #BF59F8 Medium Orchid

📋 copy color: '#BF59F8'

red 191 ◦ green 89 ◦ blue 248

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

Shades of Medium Orchid #BF59F8

Tints of Medium Orchid #BF59F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.97%

R = 36.17%
G = 16.86%
B = 46.97%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BF59F8 (or 0xBF59F8) is known color: Medium Orchid. HEX triplet: BF, 59 and F8. RGB value is (191,89,248). Sum of RGB (Red+Green+Blue) = 191+89+248=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF59F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF59F8 is #40A607. Grayscale: #898989. Windows color (decimal): -4236808 or 16275903. OLE color: 16275903.

HSL color Cylindrical-coordinate representation of color #BF59F8: hue angle of 278.49º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF59F8 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 89 248 -
CMYK 0.23 0.64 0 0.03
HSL 278.49º 0.92% 0.66% -
HSV(B) 278.49º 0.64% 0.97% -
XYZ 42 25 91.42 -
YUV 137.62 190.29 166.07 -
System Red Green Blue C M Y K H S L
Decimal 191 89 248 0.23 0.64 0 0.03 278.49 0.92 0.66
Hex BF 59 F8 17 40 0 3 116 5C 42
Octal 277 131 370 27 100 0 3 426 134 102
Binary 10111111 1011001 11111000 10111 1000000 0 11 100010110 1011100 1000010

Color Harmonies of #BF59F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF59F8

Black with #BF59F8

Text Example


Text Example

White with #BF59F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF59F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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