Html Css Color HEX #BF4FEC Medium Orchid

📋 copy color: '#BF4FEC'

red 191 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #BF4FEC

Tints of Medium Orchid #BF4FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.61%

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

R = 37.75%
G = 15.61%
B = 46.64%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF4FEC (or 0xBF4FEC) is known color: Medium Orchid. HEX triplet: BF, 4F and EC. RGB value is (191,79,236). Sum of RGB (Red+Green+Blue) = 191+79+236=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF4FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4FEC is #40B013. Grayscale: #818181. Windows color (decimal): -4239380 or 15486911. OLE color: 15486911.

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

Color convert

RGB 191 79 236 -
CMYK 0.19 0.67 0 0.07
HSL 282.8º 0.81% 0.62% -
HSV(B) 282.8º 0.67% 0.93% -
XYZ 39.42 22.72 81.67 -
YUV 130.39 187.61 171.23 -
System Red Green Blue C M Y K H S L
Decimal 191 79 236 0.19 0.67 0 0.07 282.8 0.81 0.62
Hex BF 4F EC 13 43 0 7 11B 51 3E
Octal 277 117 354 23 103 0 7 433 121 76
Binary 10111111 1001111 11101100 10011 1000011 0 111 100011011 1010001 111110

Color Harmonies of #BF4FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4FEC

Black with #BF4FEC

Text Example


Text Example

White with #BF4FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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