Html Css Color HEX #BF2ED0 Medium Orchid

📋 copy color: '#BF2ED0'

red 191 ◦ green 46 ◦ blue 208

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

Shades of Medium Orchid #BF2ED0

Tints of Medium Orchid #BF2ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.74%

R = 42.92%
G = 10.34%
B = 46.74%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF2ED0 (or 0xBF2ED0) is known color: Medium Orchid. HEX triplet: BF, 2E and D0. RGB value is (191,46,208). Sum of RGB (Red+Green+Blue) = 191+46+208=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF2ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ED0 is #40D12F. Grayscale: #6B6B6B. Windows color (decimal): -4247856 or 13643455. OLE color: 13643455.

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

Color convert

RGB 191 46 208 -
CMYK 0.08 0.78 0 0.18
HSL 293.7º 0.64% 0.5% -
HSV(B) 293.7º 0.78% 0.82% -
XYZ 33.85 17.58 61.28 -
YUV 107.82 184.54 187.33 -
System Red Green Blue C M Y K H S L
Decimal 191 46 208 0.08 0.78 0 0.18 293.7 0.64 0.5
Hex BF 2E D0 8 4E 0 12 126 40 32
Octal 277 56 320 10 116 0 22 446 100 62
Binary 10111111 101110 11010000 1000 1001110 0 10010 100100110 1000000 110010

Color Harmonies of #BF2ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2ED0

Black with #BF2ED0

Text Example


Text Example

White with #BF2ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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