Html Css Color HEX #BF6ADD Medium Orchid

📋 copy color: '#BF6ADD'

red 191 ◦ green 106 ◦ blue 221

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

Shades of Medium Orchid #BF6ADD

Tints of Medium Orchid #BF6ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.46%

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

R = 36.87%
G = 20.46%
B = 42.66%

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

#BF6ADD (or 0xBF6ADD) is known color: Medium Orchid. HEX triplet: BF, 6A and DD. RGB value is (191,106,221). Sum of RGB (Red+Green+Blue) = 191+106+221=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ADD is #409522. Grayscale: #909090. Windows color (decimal): -4232483 or 14510783. OLE color: 14510783.

HSL color Cylindrical-coordinate representation of color #BF6ADD: hue angle of 284.35º 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 #BF6ADD is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 106 221 -
CMYK 0.14 0.52 0 0.13
HSL 284.35º 0.63% 0.64% -
HSV(B) 284.35º 0.52% 0.87% -
XYZ 39.69 26.6 71.45 -
YUV 144.53 171.16 161.15 -
System Red Green Blue C M Y K H S L
Decimal 191 106 221 0.14 0.52 0 0.13 284.35 0.63 0.64
Hex BF 6A DD E 34 0 D 11C 3F 40
Octal 277 152 335 16 64 0 15 434 77 100
Binary 10111111 1101010 11011101 1110 110100 0 1101 100011100 111111 1000000

Color Harmonies of #BF6ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6ADD

Black with #BF6ADD

Text Example


Text Example

White with #BF6ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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