Html Css Color HEX #BF5DF1 Medium Orchid

📋 copy color: '#BF5DF1'

red 191 ◦ green 93 ◦ blue 241

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

Shades of Medium Orchid #BF5DF1

Tints of Medium Orchid #BF5DF1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.71%

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

R = 36.38%
G = 17.71%
B = 45.9%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF5DF1 (or 0xBF5DF1) is known color: Medium Orchid. HEX triplet: BF, 5D and F1. RGB value is (191,93,241). Sum of RGB (Red+Green+Blue) = 191+93+241=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF5DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5DF1 is #40A20E. Grayscale: #8A8A8A. Windows color (decimal): -4235791 or 15818175. OLE color: 15818175.

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

Color convert

RGB 191 93 241 -
CMYK 0.21 0.61 0 0.05
HSL 279.73º 0.84% 0.65% -
HSV(B) 279.73º 0.61% 0.95% -
XYZ 41.28 25.26 85.92 -
YUV 139.17 185.47 164.97 -
System Red Green Blue C M Y K H S L
Decimal 191 93 241 0.21 0.61 0 0.05 279.73 0.84 0.65
Hex BF 5D F1 15 3D 0 5 118 54 41
Octal 277 135 361 25 75 0 5 430 124 101
Binary 10111111 1011101 11110001 10101 111101 0 101 100011000 1010100 1000001

Color Harmonies of #BF5DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5DF1

Black with #BF5DF1

Text Example


Text Example

White with #BF5DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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