Html Css Color HEX #BF79D7 Medium Orchid

📋 copy color: '#BF79D7'

red 191 ◦ green 121 ◦ blue 215

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

Shades of Medium Orchid #BF79D7

Tints of Medium Orchid #BF79D7

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.96%

 BLUE value IS 215 (84.38% from 255) = 40.8%

R = 36.24%
G = 22.96%
B = 40.8%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF79D7 (or 0xBF79D7) is known color: Medium Orchid. HEX triplet: BF, 79 and D7. RGB value is (191,121,215). Sum of RGB (Red+Green+Blue) = 191+121+215=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF79D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF79D7 is #408628. Grayscale: #989898. Windows color (decimal): -4228649 or 14121407. OLE color: 14121407.

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

Color convert

RGB 191 121 215 -
CMYK 0.11 0.44 0 0.16
HSL 284.68º 0.54% 0.66% -
HSV(B) 284.68º 0.44% 0.84% -
XYZ 40.59 29.66 67.88 -
YUV 152.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 191 121 215 0.11 0.44 0 0.16 284.68 0.54 0.66
Hex BF 79 D7 B 2C 0 10 11D 36 42
Octal 277 171 327 13 54 0 20 435 66 102
Binary 10111111 1111001 11010111 1011 101100 0 10000 100011101 110110 1000010

Color Harmonies of #BF79D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF79D7

Black with #BF79D7

Text Example


Text Example

White with #BF79D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF79D7; }

 p { color: rgb(191,121,215); }

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

background-color css

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

 a { background-color: rgb(191,121,215); }

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

border-color css

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

 span { border-color: rgb(191,121,215); }

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