Html Css Color HEX #BF6DDB Medium Orchid

📋 copy color: '#BF6DDB'

red 191 ◦ green 109 ◦ blue 219

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

Shades of Medium Orchid #BF6DDB

Tints of Medium Orchid #BF6DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 36.8%
G = 21%
B = 42.2%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF6DDB (or 0xBF6DDB) is known color: Medium Orchid. HEX triplet: BF, 6D and DB. RGB value is (191,109,219). Sum of RGB (Red+Green+Blue) = 191+109+219=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DDB is #409224. Grayscale: #919191. Windows color (decimal): -4231717 or 14380479. OLE color: 14380479.

HSL color Cylindrical-coordinate representation of color #BF6DDB: hue angle of 284.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6DDB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 109 219 -
CMYK 0.13 0.50 0 0.14
HSL 284.73º 0.6% 0.64% -
HSV(B) 284.73º 0.5% 0.86% -
XYZ 39.74 27.13 70.16 -
YUV 146.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 191 109 219 0.13 0.50 0 0.14 284.73 0.6 0.64
Hex BF 6D DB D 32 0 E 11D 3C 40
Octal 277 155 333 15 62 0 16 435 74 100
Binary 10111111 1101101 11011011 1101 110010 0 1110 100011101 111100 1000000

Color Harmonies of #BF6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DDB

Black with #BF6DDB

Text Example


Text Example

White with #BF6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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