Html Css Color HEX #BF4DFE Medium Orchid

📋 copy color: '#BF4DFE'

red 191 ◦ green 77 ◦ blue 254

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

Shades of Medium Orchid #BF4DFE

Tints of Medium Orchid #BF4DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.75%

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

R = 36.59%
G = 14.75%
B = 48.66%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF4DFE (or 0xBF4DFE) is known color: Medium Orchid. HEX triplet: BF, 4D and FE. RGB value is (191,77,254). Sum of RGB (Red+Green+Blue) = 191+77+254=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF4DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4DFE is #40B201. Grayscale: #828282. Windows color (decimal): -4239874 or 16666047. OLE color: 16666047.

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

Color convert

RGB 191 77 254 -
CMYK 0.25 0.70 0 0.00
HSL 278.64º 0.99% 0.65% -
HSV(B) 278.64º 0.7% 1% -
XYZ 42.03 23.54 96.09 -
YUV 131.26 197.27 170.61 -
System Red Green Blue C M Y K H S L
Decimal 191 77 254 0.25 0.70 0 0.00 278.64 0.99 0.65
Hex BF 4D FE 19 46 0 0 117 63 41
Octal 277 115 376 31 106 0 0 427 143 101
Binary 10111111 1001101 11111110 11001 1000110 0 0 100010111 1100011 1000001

Color Harmonies of #BF4DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4DFE

Black with #BF4DFE

Text Example


Text Example

White with #BF4DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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