Html Css Color HEX #BF2EDD Medium Orchid

📋 copy color: '#BF2EDD'

red 191 ◦ green 46 ◦ blue 221

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

Shades of Medium Orchid #BF2EDD

Tints of Medium Orchid #BF2EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 41.7%
G = 10.04%
B = 48.25%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF2EDD (or 0xBF2EDD) is known color: Medium Orchid. HEX triplet: BF, 2E and DD. RGB value is (191,46,221). Sum of RGB (Red+Green+Blue) = 191+46+221=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF2EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2EDD is #40D122. Grayscale: #6C6C6C. Windows color (decimal): -4247843 or 14495423. OLE color: 14495423.

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

Color convert

RGB 191 46 221 -
CMYK 0.14 0.79 0 0.13
HSL 289.71º 0.72% 0.52% -
HSV(B) 289.71º 0.79% 0.87% -
XYZ 35.51 18.25 70.06 -
YUV 109.31 191.04 186.27 -
System Red Green Blue C M Y K H S L
Decimal 191 46 221 0.14 0.79 0 0.13 289.71 0.72 0.52
Hex BF 2E DD E 4F 0 D 122 48 34
Octal 277 56 335 16 117 0 15 442 110 64
Binary 10111111 101110 11011101 1110 1001111 0 1101 100100010 1001000 110100

Color Harmonies of #BF2EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2EDD

Black with #BF2EDD

Text Example


Text Example

White with #BF2EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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