Html Css Color HEX #BF54F5 Medium Orchid

📋 copy color: '#BF54F5'

red 191 ◦ green 84 ◦ blue 245

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

Shades of Medium Orchid #BF54F5

Tints of Medium Orchid #BF54F5

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.15%

 BLUE value IS 245 (96.09% from 255) = 47.12%

R = 36.73%
G = 16.15%
B = 47.12%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BF54F5 (or 0xBF54F5) is known color: Medium Orchid. HEX triplet: BF, 54 and F5. RGB value is (191,84,245). Sum of RGB (Red+Green+Blue) = 191+84+245=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF54F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF54F5 is #40AB0A. Grayscale: #858585. Windows color (decimal): -4238091 or 16078015. OLE color: 16078015.

HSL color Cylindrical-coordinate representation of color #BF54F5: hue angle of 279.88º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF54F5 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 84 245 -
CMYK 0.22 0.66 0 0.04
HSL 279.88º 0.89% 0.65% -
HSV(B) 279.88º 0.66% 0.96% -
XYZ 41.14 24.01 88.85 -
YUV 134.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 191 84 245 0.22 0.66 0 0.04 279.88 0.89 0.65
Hex BF 54 F5 16 42 0 4 118 59 41
Octal 277 124 365 26 102 0 4 430 131 101
Binary 10111111 1010100 11110101 10110 1000010 0 100 100011000 1011001 1000001

Color Harmonies of #BF54F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF54F5

Black with #BF54F5

Text Example


Text Example

White with #BF54F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF54F5; }

 p { color: rgb(191,84,245); }

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

background-color css

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

 a { background-color: rgb(191,84,245); }

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

border-color css

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

 span { border-color: rgb(191,84,245); }

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