Html Css Color HEX #BF4EFE Medium Orchid

📋 copy color: '#BF4EFE'

red 191 ◦ green 78 ◦ blue 254

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

Shades of Medium Orchid #BF4EFE

Tints of Medium Orchid #BF4EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.91%

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

R = 36.52%
G = 14.91%
B = 48.57%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF4EFE (or 0xBF4EFE) is known color: Medium Orchid. HEX triplet: BF, 4E and FE. RGB value is (191,78,254). Sum of RGB (Red+Green+Blue) = 191+78+254=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF4EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4EFE is #40B101. Grayscale: #838383. Windows color (decimal): -4239618 or 16666303. OLE color: 16666303.

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

Color convert

RGB 191 78 254 -
CMYK 0.25 0.69 0 0.00
HSL 278.52º 0.99% 0.65% -
HSV(B) 278.52º 0.69% 1% -
XYZ 42.1 23.68 96.12 -
YUV 131.85 196.94 170.19 -
System Red Green Blue C M Y K H S L
Decimal 191 78 254 0.25 0.69 0 0.00 278.52 0.99 0.65
Hex BF 4E FE 19 45 0 0 117 63 41
Octal 277 116 376 31 105 0 0 427 143 101
Binary 10111111 1001110 11111110 11001 1000101 0 0 100010111 1100011 1000001

Color Harmonies of #BF4EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4EFE

Black with #BF4EFE

Text Example


Text Example

White with #BF4EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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