Html Css Color HEX #BF4FF1 Medium Orchid

📋 copy color: '#BF4FF1'

red 191 ◦ green 79 ◦ blue 241

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

Shades of Medium Orchid #BF4FF1

Tints of Medium Orchid #BF4FF1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.46%

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

R = 37.38%
G = 15.46%
B = 47.16%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF4FF1 (or 0xBF4FF1) is known color: Medium Orchid. HEX triplet: BF, 4F and F1. RGB value is (191,79,241). Sum of RGB (Red+Green+Blue) = 191+79+241=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF4FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4FF1 is #40B00E. Grayscale: #828282. Windows color (decimal): -4239375 or 15814591. OLE color: 15814591.

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

Color convert

RGB 191 79 241 -
CMYK 0.21 0.67 0 0.05
HSL 281.48º 0.85% 0.63% -
HSV(B) 281.48º 0.67% 0.95% -
XYZ 40.16 23.02 85.55 -
YUV 130.96 190.11 170.83 -
System Red Green Blue C M Y K H S L
Decimal 191 79 241 0.21 0.67 0 0.05 281.48 0.85 0.63
Hex BF 4F F1 15 43 0 5 119 55 3F
Octal 277 117 361 25 103 0 5 431 125 77
Binary 10111111 1001111 11110001 10101 1000011 0 101 100011001 1010101 111111

Color Harmonies of #BF4FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4FF1

Black with #BF4FF1

Text Example


Text Example

White with #BF4FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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