Html Css Color HEX #BF58F1 Medium Orchid

📋 copy color: '#BF58F1'

red 191 ◦ green 88 ◦ blue 241

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

Shades of Medium Orchid #BF58F1

Tints of Medium Orchid #BF58F1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.92%

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

R = 36.73%
G = 16.92%
B = 46.35%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF58F1 (or 0xBF58F1) is known color: Medium Orchid. HEX triplet: BF, 58 and F1. RGB value is (191,88,241). Sum of RGB (Red+Green+Blue) = 191+88+241=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF58F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF58F1 is #40A70E. Grayscale: #878787. Windows color (decimal): -4237071 or 15816895. OLE color: 15816895.

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

Color convert

RGB 191 88 241 -
CMYK 0.21 0.63 0 0.05
HSL 280.39º 0.85% 0.65% -
HSV(B) 280.39º 0.63% 0.95% -
XYZ 40.85 24.41 85.78 -
YUV 136.24 187.12 167.06 -
System Red Green Blue C M Y K H S L
Decimal 191 88 241 0.21 0.63 0 0.05 280.39 0.85 0.65
Hex BF 58 F1 15 3F 0 5 118 55 41
Octal 277 130 361 25 77 0 5 430 125 101
Binary 10111111 1011000 11110001 10101 111111 0 101 100011000 1010101 1000001

Color Harmonies of #BF58F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF58F1

Black with #BF58F1

Text Example


Text Example

White with #BF58F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF58F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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