Html Css Color HEX #BF54EC Medium Orchid

📋 copy color: '#BF54EC'

red 191 ◦ green 84 ◦ blue 236

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

Shades of Medium Orchid #BF54EC

Tints of Medium Orchid #BF54EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 37.38%
G = 16.44%
B = 46.18%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF54EC (or 0xBF54EC) is known color: Medium Orchid. HEX triplet: BF, 54 and EC. RGB value is (191,84,236). Sum of RGB (Red+Green+Blue) = 191+84+236=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF54EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF54EC is #40AB13. Grayscale: #848484. Windows color (decimal): -4238100 or 15488191. OLE color: 15488191.

HSL color Cylindrical-coordinate representation of color #BF54EC: hue angle of 282.24º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF54EC is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 84 236 -
CMYK 0.19 0.64 0 0.07
HSL 282.24º 0.8% 0.63% -
HSV(B) 282.24º 0.64% 0.93% -
XYZ 39.8 23.47 81.79 -
YUV 133.32 185.95 169.14 -
System Red Green Blue C M Y K H S L
Decimal 191 84 236 0.19 0.64 0 0.07 282.24 0.8 0.63
Hex BF 54 EC 13 40 0 7 11A 50 3F
Octal 277 124 354 23 100 0 7 432 120 77
Binary 10111111 1010100 11101100 10011 1000000 0 111 100011010 1010000 111111

Color Harmonies of #BF54EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF54EC

Black with #BF54EC

Text Example


Text Example

White with #BF54EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF54EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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