Html Css Color HEX #BF6BDD Medium Orchid

📋 copy color: '#BF6BDD'

red 191 ◦ green 107 ◦ blue 221

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

Shades of Medium Orchid #BF6BDD

Tints of Medium Orchid #BF6BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 36.8%
G = 20.62%
B = 42.58%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF6BDD (or 0xBF6BDD) is known color: Medium Orchid. HEX triplet: BF, 6B and DD. RGB value is (191,107,221). Sum of RGB (Red+Green+Blue) = 191+107+221=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BDD is #409422. Grayscale: #909090. Windows color (decimal): -4232227 or 14511039. OLE color: 14511039.

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

Color convert

RGB 191 107 221 -
CMYK 0.14 0.52 0 0.13
HSL 284.21º 0.63% 0.64% -
HSV(B) 284.21º 0.52% 0.87% -
XYZ 39.79 26.81 71.48 -
YUV 145.11 170.83 160.73 -
System Red Green Blue C M Y K H S L
Decimal 191 107 221 0.14 0.52 0 0.13 284.21 0.63 0.64
Hex BF 6B DD E 34 0 D 11C 3F 40
Octal 277 153 335 16 64 0 15 434 77 100
Binary 10111111 1101011 11011101 1110 110100 0 1101 100011100 111111 1000000

Color Harmonies of #BF6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BDD

Black with #BF6BDD

Text Example


Text Example

White with #BF6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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