Html Css Color HEX #BF31F1 Medium Orchid

📋 copy color: '#BF31F1'

red 191 ◦ green 49 ◦ blue 241

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

Shades of Medium Orchid #BF31F1

Tints of Medium Orchid #BF31F1

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.19%

 BLUE value IS 241 (94.53% from 255) = 50.1%

R = 39.71%
G = 10.19%
B = 50.1%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF31F1 (or 0xBF31F1) is known color: Medium Orchid. HEX triplet: BF, 31 and F1. RGB value is (191,49,241). Sum of RGB (Red+Green+Blue) = 191+49+241=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF31F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF31F1 is #40CE0E. Grayscale: #707070. Windows color (decimal): -4247055 or 15806911. OLE color: 15806911.

HSL color Cylindrical-coordinate representation of color #BF31F1: hue angle of 284.38º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF31F1 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 49 241 -
CMYK 0.21 0.80 0 0.05
HSL 284.38º 0.87% 0.57% -
HSV(B) 284.38º 0.8% 0.95% -
XYZ 38.46 19.62 84.98 -
YUV 113.35 200.04 183.39 -
System Red Green Blue C M Y K H S L
Decimal 191 49 241 0.21 0.80 0 0.05 284.38 0.87 0.57
Hex BF 31 F1 15 50 0 5 11C 57 39
Octal 277 61 361 25 120 0 5 434 127 71
Binary 10111111 110001 11110001 10101 1010000 0 101 100011100 1010111 111001

Color Harmonies of #BF31F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF31F1

Black with #BF31F1

Text Example


Text Example

White with #BF31F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF31F1; }

 p { color: rgb(191,49,241); }

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

background-color css

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

 a { background-color: rgb(191,49,241); }

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

border-color css

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

 span { border-color: rgb(191,49,241); }

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