Html Css Color HEX #BF6DD7 Medium Orchid

📋 copy color: '#BF6DD7'

red 191 ◦ green 109 ◦ blue 215

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

Shades of Medium Orchid #BF6DD7

Tints of Medium Orchid #BF6DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.75%

R = 37.09%
G = 21.17%
B = 41.75%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF6DD7 (or 0xBF6DD7) is known color: Medium Orchid. HEX triplet: BF, 6D and D7. RGB value is (191,109,215). Sum of RGB (Red+Green+Blue) = 191+109+215=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF6DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DD7 is #409228. Grayscale: #919191. Windows color (decimal): -4231721 or 14118335. OLE color: 14118335.

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

Color convert

RGB 191 109 215 -
CMYK 0.11 0.49 0 0.16
HSL 286.42º 0.57% 0.64% -
HSV(B) 286.42º 0.49% 0.84% -
XYZ 39.22 26.92 67.42 -
YUV 145.6 167.17 160.38 -
System Red Green Blue C M Y K H S L
Decimal 191 109 215 0.11 0.49 0 0.16 286.42 0.57 0.64
Hex BF 6D D7 B 31 0 10 11E 39 40
Octal 277 155 327 13 61 0 20 436 71 100
Binary 10111111 1101101 11010111 1011 110001 0 10000 100011110 111001 1000000

Color Harmonies of #BF6DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DD7

Black with #BF6DD7

Text Example


Text Example

White with #BF6DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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