Html Css Color HEX #BF2ECF Medium Orchid

📋 copy color: '#BF2ECF'

red 191 ◦ green 46 ◦ blue 207

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

Shades of Medium Orchid #BF2ECF

Tints of Medium Orchid #BF2ECF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.36%

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 43.02%
G = 10.36%
B = 46.62%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF2ECF (or 0xBF2ECF) is known color: Medium Orchid. HEX triplet: BF, 2E and CF. RGB value is (191,46,207). Sum of RGB (Red+Green+Blue) = 191+46+207=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF2ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ECF is #40D130. Grayscale: #6B6B6B. Windows color (decimal): -4247857 or 13577919. OLE color: 13577919.

HSL color Cylindrical-coordinate representation of color #BF2ECF: hue angle of 294.04º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2ECF is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 46 207 -
CMYK 0.08 0.78 0 0.19
HSL 294.04º 0.64% 0.5% -
HSV(B) 294.04º 0.78% 0.81% -
XYZ 33.73 17.54 60.64 -
YUV 107.71 184.04 187.41 -
System Red Green Blue C M Y K H S L
Decimal 191 46 207 0.08 0.78 0 0.19 294.04 0.64 0.5
Hex BF 2E CF 8 4E 0 13 126 40 32
Octal 277 56 317 10 116 0 23 446 100 62
Binary 10111111 101110 11001111 1000 1001110 0 10011 100100110 1000000 110010

Color Harmonies of #BF2ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2ECF

Black with #BF2ECF

Text Example


Text Example

White with #BF2ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2ECF; }

 p { color: rgb(191,46,207); }

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

background-color css

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

 a { background-color: rgb(191,46,207); }

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

border-color css

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

 span { border-color: rgb(191,46,207); }

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