Html Css Color HEX #BF59FA Medium Orchid

📋 copy color: '#BF59FA'

red 191 ◦ green 89 ◦ blue 250

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

Shades of Medium Orchid #BF59FA

Tints of Medium Orchid #BF59FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 36.04%
G = 16.79%
B = 47.17%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF59FA (or 0xBF59FA) is known color: Medium Orchid. HEX triplet: BF, 59 and FA. RGB value is (191,89,250). Sum of RGB (Red+Green+Blue) = 191+89+250=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF59FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF59FA is #40A605. Grayscale: #898989. Windows color (decimal): -4236806 or 16406975. OLE color: 16406975.

HSL color Cylindrical-coordinate representation of color #BF59FA: hue angle of 278.01º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF59FA is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 89 250 -
CMYK 0.24 0.64 0 0.02
HSL 278.01º 0.94% 0.66% -
HSV(B) 278.01º 0.64% 0.98% -
XYZ 42.31 25.12 93.06 -
YUV 137.85 191.29 165.91 -
System Red Green Blue C M Y K H S L
Decimal 191 89 250 0.24 0.64 0 0.02 278.01 0.94 0.66
Hex BF 59 FA 18 40 0 2 116 5E 42
Octal 277 131 372 30 100 0 2 426 136 102
Binary 10111111 1011001 11111010 11000 1000000 0 10 100010110 1011110 1000010

Color Harmonies of #BF59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF59FA

Black with #BF59FA

Text Example


Text Example

White with #BF59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF59FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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