Html Css Color HEX #BF54FE Medium Orchid

📋 copy color: '#BF54FE'

red 191 ◦ green 84 ◦ blue 254

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

Shades of Medium Orchid #BF54FE

Tints of Medium Orchid #BF54FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.02%

R = 36.11%
G = 15.88%
B = 48.02%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF54FE (or 0xBF54FE) is known color: Medium Orchid. HEX triplet: BF, 54 and FE. RGB value is (191,84,254). Sum of RGB (Red+Green+Blue) = 191+84+254=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF54FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF54FE is #40AB01. Grayscale: #868686. Windows color (decimal): -4238082 or 16667839. OLE color: 16667839.

HSL color Cylindrical-coordinate representation of color #BF54FE: hue angle of 277.76º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF54FE is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 84 254 -
CMYK 0.25 0.67 0 0.00
HSL 277.76º 0.99% 0.66% -
HSV(B) 277.76º 0.67% 1% -
XYZ 42.55 24.57 96.27 -
YUV 135.37 194.95 167.68 -
System Red Green Blue C M Y K H S L
Decimal 191 84 254 0.25 0.67 0 0.00 277.76 0.99 0.66
Hex BF 54 FE 19 43 0 0 116 63 42
Octal 277 124 376 31 103 0 0 426 143 102
Binary 10111111 1010100 11111110 11001 1000011 0 0 100010110 1100011 1000010

Color Harmonies of #BF54FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF54FE

Black with #BF54FE

Text Example


Text Example

White with #BF54FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF54FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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