Html Css Color HEX #BF6DD2 Medium Orchid

📋 copy color: '#BF6DD2'

red 191 ◦ green 109 ◦ blue 210

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

Shades of Medium Orchid #BF6DD2

Tints of Medium Orchid #BF6DD2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.37%

 BLUE value IS 210 (82.42% from 255) = 41.18%

R = 37.45%
G = 21.37%
B = 41.18%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF6DD2 (or 0xBF6DD2) is known color: Medium Orchid. HEX triplet: BF, 6D and D2. RGB value is (191,109,210). Sum of RGB (Red+Green+Blue) = 191+109+210=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF6DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DD2 is #40922D. Grayscale: #909090. Windows color (decimal): -4231726 or 13790655. OLE color: 13790655.

HSL color Cylindrical-coordinate representation of color #BF6DD2: hue angle of 288.71º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6DD2 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 109 210 -
CMYK 0.09 0.48 0 0.18
HSL 288.71º 0.53% 0.63% -
HSV(B) 288.71º 0.48% 0.82% -
XYZ 38.59 26.67 64.09 -
YUV 145.03 164.67 160.79 -
System Red Green Blue C M Y K H S L
Decimal 191 109 210 0.09 0.48 0 0.18 288.71 0.53 0.63
Hex BF 6D D2 9 30 0 12 121 35 3F
Octal 277 155 322 11 60 0 22 441 65 77
Binary 10111111 1101101 11010010 1001 110000 0 10010 100100001 110101 111111

Color Harmonies of #BF6DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DD2

Black with #BF6DD2

Text Example


Text Example

White with #BF6DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DD2; }

 p { color: rgb(191,109,210); }

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

background-color css

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

 a { background-color: rgb(191,109,210); }

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

border-color css

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

 span { border-color: rgb(191,109,210); }

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