Html Css Color HEX #BF46FE Medium Orchid

📋 copy color: '#BF46FE'

red 191 ◦ green 70 ◦ blue 254

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

Shades of Medium Orchid #BF46FE

Tints of Medium Orchid #BF46FE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.59%

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

R = 37.09%
G = 13.59%
B = 49.32%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF46FE (or 0xBF46FE) is known color: Medium Orchid. HEX triplet: BF, 46 and FE. RGB value is (191,70,254). Sum of RGB (Red+Green+Blue) = 191+70+254=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 70 (27.73% from 255 or 13.59% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF46FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF46FE is #40B901. Grayscale: #7E7E7E. Windows color (decimal): -4241666 or 16664255. OLE color: 16664255.

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

Color convert

RGB 191 70 254 -
CMYK 0.25 0.72 0 0.00
HSL 279.46º 0.99% 0.64% -
HSV(B) 279.46º 0.72% 1% -
XYZ 41.57 22.61 95.94 -
YUV 127.16 199.59 173.54 -
System Red Green Blue C M Y K H S L
Decimal 191 70 254 0.25 0.72 0 0.00 279.46 0.99 0.64
Hex BF 46 FE 19 48 0 0 117 63 40
Octal 277 106 376 31 110 0 0 427 143 100
Binary 10111111 1000110 11111110 11001 1001000 0 0 100010111 1100011 1000000

Color Harmonies of #BF46FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF46FE

Black with #BF46FE

Text Example


Text Example

White with #BF46FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF46FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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