Html Css Color HEX #BF6BDB Medium Orchid

📋 copy color: '#BF6BDB'

red 191 ◦ green 107 ◦ blue 219

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

Shades of Medium Orchid #BF6BDB

Tints of Medium Orchid #BF6BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.7%

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

R = 36.94%
G = 20.7%
B = 42.36%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF6BDB (or 0xBF6BDB) is known color: Medium Orchid. HEX triplet: BF, 6B and DB. RGB value is (191,107,219). Sum of RGB (Red+Green+Blue) = 191+107+219=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BDB is #409424. Grayscale: #909090. Windows color (decimal): -4232229 or 14379967. OLE color: 14379967.

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

Color convert

RGB 191 107 219 -
CMYK 0.13 0.51 0 0.14
HSL 285º 0.61% 0.64% -
HSV(B) 285º 0.51% 0.86% -
XYZ 39.53 26.71 70.09 -
YUV 144.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 191 107 219 0.13 0.51 0 0.14 285 0.61 0.64
Hex BF 6B DB D 33 0 E 11D 3D 40
Octal 277 153 333 15 63 0 16 435 75 100
Binary 10111111 1101011 11011011 1101 110011 0 1110 100011101 111101 1000000

Color Harmonies of #BF6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BDB

Black with #BF6BDB

Text Example


Text Example

White with #BF6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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