Html Css Color HEX #BF3CF1 Medium Orchid

📋 copy color: '#BF3CF1'

red 191 ◦ green 60 ◦ blue 241

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

Shades of Medium Orchid #BF3CF1

Tints of Medium Orchid #BF3CF1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.2%

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

R = 38.82%
G = 12.2%
B = 48.98%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF3CF1 (or 0xBF3CF1) is known color: Medium Orchid. HEX triplet: BF, 3C and F1. RGB value is (191,60,241). Sum of RGB (Red+Green+Blue) = 191+60+241=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF3CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3CF1 is #40C30E. Grayscale: #777777. Windows color (decimal): -4244239 or 15809727. OLE color: 15809727.

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

Color convert

RGB 191 60 241 -
CMYK 0.21 0.75 0 0.05
HSL 283.43º 0.87% 0.59% -
HSV(B) 283.43º 0.75% 0.95% -
XYZ 38.98 20.66 85.15 -
YUV 119.8 196.4 178.78 -
System Red Green Blue C M Y K H S L
Decimal 191 60 241 0.21 0.75 0 0.05 283.43 0.87 0.59
Hex BF 3C F1 15 4B 0 5 11B 57 3B
Octal 277 74 361 25 113 0 5 433 127 73
Binary 10111111 111100 11110001 10101 1001011 0 101 100011011 1010111 111011

Color Harmonies of #BF3CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3CF1

Black with #BF3CF1

Text Example


Text Example

White with #BF3CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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