Html Css Color HEX #BF2EDC Medium Orchid

📋 copy color: '#BF2EDC'

red 191 ◦ green 46 ◦ blue 220

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

Shades of Medium Orchid #BF2EDC

Tints of Medium Orchid #BF2EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 41.79%
G = 10.07%
B = 48.14%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF2EDC (or 0xBF2EDC) is known color: Medium Orchid. HEX triplet: BF, 2E and DC. RGB value is (191,46,220). Sum of RGB (Red+Green+Blue) = 191+46+220=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 46 (18.36% from 255 or 10.07% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF2EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2EDC is #40D123. Grayscale: #6C6C6C. Windows color (decimal): -4247844 or 14429887. OLE color: 14429887.

HSL color Cylindrical-coordinate representation of color #BF2EDC: hue angle of 290º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2EDC is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 46 220 -
CMYK 0.13 0.79 0 0.14
HSL 290º 0.71% 0.52% -
HSV(B) 290º 0.79% 0.86% -
XYZ 35.38 18.2 69.36 -
YUV 109.19 190.54 186.35 -
System Red Green Blue C M Y K H S L
Decimal 191 46 220 0.13 0.79 0 0.14 290 0.71 0.52
Hex BF 2E DC D 4F 0 E 122 47 34
Octal 277 56 334 15 117 0 16 442 107 64
Binary 10111111 101110 11011100 1101 1001111 0 1110 100100010 1000111 110100

Color Harmonies of #BF2EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2EDC

Black with #BF2EDC

Text Example


Text Example

White with #BF2EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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