Html Css Color HEX #BF2FF1 Medium Orchid

📋 copy color: '#BF2FF1'

red 191 ◦ green 47 ◦ blue 241

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

Shades of Medium Orchid #BF2FF1

Tints of Medium Orchid #BF2FF1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.81%

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

R = 39.87%
G = 9.81%
B = 50.31%

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

#BF2FF1 (or 0xBF2FF1) is known color: Medium Orchid. HEX triplet: BF, 2F and F1. RGB value is (191,47,241). Sum of RGB (Red+Green+Blue) = 191+47+241=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 47 (18.75% from 255 or 9.81% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF2FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2FF1 is #40D00E. Grayscale: #6F6F6F. Windows color (decimal): -4247567 or 15806399. OLE color: 15806399.

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

Color convert

RGB 191 47 241 -
CMYK 0.21 0.80 0 0.05
HSL 284.54º 0.87% 0.56% -
HSV(B) 284.54º 0.8% 0.95% -
XYZ 38.38 19.46 84.95 -
YUV 112.17 200.71 184.23 -
System Red Green Blue C M Y K H S L
Decimal 191 47 241 0.21 0.80 0 0.05 284.54 0.87 0.56
Hex BF 2F F1 15 50 0 5 11D 57 38
Octal 277 57 361 25 120 0 5 435 127 70
Binary 10111111 101111 11110001 10101 1010000 0 101 100011101 1010111 111000

Color Harmonies of #BF2FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2FF1

Black with #BF2FF1

Text Example


Text Example

White with #BF2FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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