Html Css Color HEX #BF39F1 Medium Orchid

📋 copy color: '#BF39F1'

red 191 ◦ green 57 ◦ blue 241

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

Shades of Medium Orchid #BF39F1

Tints of Medium Orchid #BF39F1

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.66%

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

R = 39.06%
G = 11.66%
B = 49.28%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF39F1 (or 0xBF39F1) is known color: Medium Orchid. HEX triplet: BF, 39 and F1. RGB value is (191,57,241). Sum of RGB (Red+Green+Blue) = 191+57+241=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 57 (22.66% from 255 or 11.66% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF39F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF39F1 is #40C60E. Grayscale: #757575. Windows color (decimal): -4245007 or 15808959. OLE color: 15808959.

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

Color convert

RGB 191 57 241 -
CMYK 0.21 0.76 0 0.05
HSL 283.7º 0.87% 0.58% -
HSV(B) 283.7º 0.76% 0.95% -
XYZ 38.83 20.35 85.1 -
YUV 118.04 197.39 180.04 -
System Red Green Blue C M Y K H S L
Decimal 191 57 241 0.21 0.76 0 0.05 283.7 0.87 0.58
Hex BF 39 F1 15 4C 0 5 11C 57 3A
Octal 277 71 361 25 114 0 5 434 127 72
Binary 10111111 111001 11110001 10101 1001100 0 101 100011100 1010111 111010

Color Harmonies of #BF39F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF39F1

Black with #BF39F1

Text Example


Text Example

White with #BF39F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF39F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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