Html Css Color HEX #BF2DD6 Medium Orchid

📋 copy color: '#BF2DD6'

red 191 ◦ green 45 ◦ blue 214

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

Shades of Medium Orchid #BF2DD6

Tints of Medium Orchid #BF2DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.56%

R = 42.44%
G = 10%
B = 47.56%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF2DD6 (or 0xBF2DD6) is known color: Medium Orchid. HEX triplet: BF, 2D and D6. RGB value is (191,45,214). Sum of RGB (Red+Green+Blue) = 191+45+214=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF2DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DD6 is #40D229. Grayscale: #6B6B6B. Windows color (decimal): -4248106 or 14036415. OLE color: 14036415.

HSL color Cylindrical-coordinate representation of color #BF2DD6: hue angle of 291.83º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2DD6 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 45 214 -
CMYK 0.11 0.79 0 0.16
HSL 291.83º 0.67% 0.51% -
HSV(B) 291.83º 0.79% 0.84% -
XYZ 34.56 17.81 65.23 -
YUV 107.92 187.87 187.26 -
System Red Green Blue C M Y K H S L
Decimal 191 45 214 0.11 0.79 0 0.16 291.83 0.67 0.51
Hex BF 2D D6 B 4F 0 10 124 43 33
Octal 277 55 326 13 117 0 20 444 103 63
Binary 10111111 101101 11010110 1011 1001111 0 10000 100100100 1000011 110011

Color Harmonies of #BF2DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2DD6

Black with #BF2DD6

Text Example


Text Example

White with #BF2DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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