Html Css Color HEX #BF41EC Medium Orchid

📋 copy color: '#BF41EC'

red 191 ◦ green 65 ◦ blue 236

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

Shades of Medium Orchid #BF41EC

Tints of Medium Orchid #BF41EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.21%

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

R = 38.82%
G = 13.21%
B = 47.97%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF41EC (or 0xBF41EC) is known color: Medium Orchid. HEX triplet: BF, 41 and EC. RGB value is (191,65,236). Sum of RGB (Red+Green+Blue) = 191+65+236=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF41EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF41EC is #40BE13. Grayscale: #797979. Windows color (decimal): -4242964 or 15483327. OLE color: 15483327.

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

Color convert

RGB 191 65 236 -
CMYK 0.19 0.72 0 0.07
HSL 284.21º 0.82% 0.59% -
HSV(B) 284.21º 0.72% 0.93% -
XYZ 38.52 20.91 81.36 -
YUV 122.17 192.24 177.1 -
System Red Green Blue C M Y K H S L
Decimal 191 65 236 0.19 0.72 0 0.07 284.21 0.82 0.59
Hex BF 41 EC 13 48 0 7 11C 52 3B
Octal 277 101 354 23 110 0 7 434 122 73
Binary 10111111 1000001 11101100 10011 1001000 0 111 100011100 1010010 111011

Color Harmonies of #BF41EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF41EC

Black with #BF41EC

Text Example


Text Example

White with #BF41EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF41EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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