Html Css Color HEX #BF4CFE Medium Orchid

📋 copy color: '#BF4CFE'

red 191 ◦ green 76 ◦ blue 254

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

Shades of Medium Orchid #BF4CFE

Tints of Medium Orchid #BF4CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.59%

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

R = 36.66%
G = 14.59%
B = 48.75%

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

#BF4CFE (or 0xBF4CFE) is known color: Medium Orchid. HEX triplet: BF, 4C and FE. RGB value is (191,76,254). Sum of RGB (Red+Green+Blue) = 191+76+254=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF4CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4CFE is #40B301. Grayscale: #828282. Windows color (decimal): -4240130 or 16665791. OLE color: 16665791.

HSL color Cylindrical-coordinate representation of color #BF4CFE: hue angle of 278.76º 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 #BF4CFE is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 76 254 -
CMYK 0.25 0.70 0 0.00
HSL 278.76º 0.99% 0.65% -
HSV(B) 278.76º 0.7% 1% -
XYZ 41.96 23.4 96.07 -
YUV 130.68 197.6 171.03 -
System Red Green Blue C M Y K H S L
Decimal 191 76 254 0.25 0.70 0 0.00 278.76 0.99 0.65
Hex BF 4C FE 19 46 0 0 117 63 41
Octal 277 114 376 31 106 0 0 427 143 101
Binary 10111111 1001100 11111110 11001 1000110 0 0 100010111 1100011 1000001

Color Harmonies of #BF4CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CFE

Black with #BF4CFE

Text Example


Text Example

White with #BF4CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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