Html Css Color HEX #BF7AD6 Medium Orchid

📋 copy color: '#BF7AD6'

red 191 ◦ green 122 ◦ blue 214

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

Shades of Medium Orchid #BF7AD6

Tints of Medium Orchid #BF7AD6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.15%

 BLUE value IS 214 (83.98% from 255) = 40.61%

R = 36.24%
G = 23.15%
B = 40.61%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF7AD6 (or 0xBF7AD6) is known color: Medium Orchid. HEX triplet: BF, 7A and D6. RGB value is (191,122,214). Sum of RGB (Red+Green+Blue) = 191+122+214=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF7AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7AD6 is #408529. Grayscale: #989898. Windows color (decimal): -4228394 or 14056127. OLE color: 14056127.

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

Color convert

RGB 191 122 214 -
CMYK 0.11 0.43 0 0.16
HSL 285º 0.53% 0.66% -
HSV(B) 285º 0.43% 0.84% -
XYZ 40.58 29.85 67.24 -
YUV 153.12 162.36 155.02 -
System Red Green Blue C M Y K H S L
Decimal 191 122 214 0.11 0.43 0 0.16 285 0.53 0.66
Hex BF 7A D6 B 2B 0 10 11D 35 42
Octal 277 172 326 13 53 0 20 435 65 102
Binary 10111111 1111010 11010110 1011 101011 0 10000 100011101 110101 1000010

Color Harmonies of #BF7AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7AD6

Black with #BF7AD6

Text Example


Text Example

White with #BF7AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7AD6; }

 p { color: rgb(191,122,214); }

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

background-color css

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

 a { background-color: rgb(191,122,214); }

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

border-color css

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

 span { border-color: rgb(191,122,214); }

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