Html Css Color HEX #BF49FA Medium Orchid

📋 copy color: '#BF49FA'

red 191 ◦ green 73 ◦ blue 250

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

Shades of Medium Orchid #BF49FA

Tints of Medium Orchid #BF49FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.2%

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

R = 37.16%
G = 14.2%
B = 48.64%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF49FA (or 0xBF49FA) is known color: Medium Orchid. HEX triplet: BF, 49 and FA. RGB value is (191,73,250). Sum of RGB (Red+Green+Blue) = 191+73+250=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF49FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF49FA is #40B605. Grayscale: #7F7F7F. Windows color (decimal): -4240902 or 16402879. OLE color: 16402879.

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

Color convert

RGB 191 73 250 -
CMYK 0.24 0.71 0 0.02
HSL 280º 0.95% 0.63% -
HSV(B) 280º 0.71% 0.98% -
XYZ 41.12 22.74 92.66 -
YUV 128.46 196.59 172.61 -
System Red Green Blue C M Y K H S L
Decimal 191 73 250 0.24 0.71 0 0.02 280 0.95 0.63
Hex BF 49 FA 18 47 0 2 118 5F 3F
Octal 277 111 372 30 107 0 2 430 137 77
Binary 10111111 1001001 11111010 11000 1000111 0 10 100011000 1011111 111111

Color Harmonies of #BF49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF49FA

Black with #BF49FA

Text Example


Text Example

White with #BF49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF49FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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