Html Css Color HEX #BF3FEC Medium Orchid

📋 copy color: '#BF3FEC'

red 191 ◦ green 63 ◦ blue 236

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

Shades of Medium Orchid #BF3FEC

Tints of Medium Orchid #BF3FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.86%

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

R = 38.98%
G = 12.86%
B = 48.16%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF3FEC (or 0xBF3FEC) is known color: Medium Orchid. HEX triplet: BF, 3F and EC. RGB value is (191,63,236). Sum of RGB (Red+Green+Blue) = 191+63+236=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF3FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3FEC is #40C013. Grayscale: #787878. Windows color (decimal): -4243476 or 15482815. OLE color: 15482815.

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

Color convert

RGB 191 63 236 -
CMYK 0.19 0.73 0 0.07
HSL 284.39º 0.82% 0.59% -
HSV(B) 284.39º 0.73% 0.93% -
XYZ 38.4 20.69 81.33 -
YUV 120.99 192.91 177.93 -
System Red Green Blue C M Y K H S L
Decimal 191 63 236 0.19 0.73 0 0.07 284.39 0.82 0.59
Hex BF 3F EC 13 49 0 7 11C 52 3B
Octal 277 77 354 23 111 0 7 434 122 73
Binary 10111111 111111 11101100 10011 1001001 0 111 100011100 1010010 111011

Color Harmonies of #BF3FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3FEC

Black with #BF3FEC

Text Example


Text Example

White with #BF3FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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