Html Css Color HEX #BF2DD1 Medium Orchid

📋 copy color: '#BF2DD1'

red 191 ◦ green 45 ◦ blue 209

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

Shades of Medium Orchid #BF2DD1

Tints of Medium Orchid #BF2DD1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.11%

 BLUE value IS 209 (82.03% from 255) = 46.97%

R = 42.92%
G = 10.11%
B = 46.97%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF2DD1 (or 0xBF2DD1) is known color: Medium Orchid. HEX triplet: BF, 2D and D1. RGB value is (191,45,209). Sum of RGB (Red+Green+Blue) = 191+45+209=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF2DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DD1 is #40D22E. Grayscale: #6A6A6A. Windows color (decimal): -4248111 or 13708735. OLE color: 13708735.

HSL color Cylindrical-coordinate representation of color #BF2DD1: hue angle of 293.41º degrees, saturation: 0.65, 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 #BF2DD1 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 45 209 -
CMYK 0.09 0.78 0 0.18
HSL 293.41º 0.65% 0.5% -
HSV(B) 293.41º 0.78% 0.82% -
XYZ 33.93 17.56 61.92 -
YUV 107.35 185.37 187.66 -
System Red Green Blue C M Y K H S L
Decimal 191 45 209 0.09 0.78 0 0.18 293.41 0.65 0.5
Hex BF 2D D1 9 4E 0 12 125 41 32
Octal 277 55 321 11 116 0 22 445 101 62
Binary 10111111 101101 11010001 1001 1001110 0 10010 100100101 1000001 110010

Color Harmonies of #BF2DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2DD1

Black with #BF2DD1

Text Example


Text Example

White with #BF2DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2DD1; }

 p { color: rgb(191,45,209); }

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

background-color css

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

 a { background-color: rgb(191,45,209); }

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

border-color css

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

 span { border-color: rgb(191,45,209); }

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