Html Css Color HEX #BF79D8 Medium Orchid

📋 copy color: '#BF79D8'

red 191 ◦ green 121 ◦ blue 216

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

Shades of Medium Orchid #BF79D8

Tints of Medium Orchid #BF79D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.91%

R = 36.17%
G = 22.92%
B = 40.91%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF79D8 (or 0xBF79D8) is known color: Medium Orchid. HEX triplet: BF, 79 and D8. RGB value is (191,121,216). Sum of RGB (Red+Green+Blue) = 191+121+216=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF79D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF79D8 is #408627. Grayscale: #989898. Windows color (decimal): -4228648 or 14186943. OLE color: 14186943.

HSL color Cylindrical-coordinate representation of color #BF79D8: hue angle of 284.21º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF79D8 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 121 216 -
CMYK 0.12 0.44 0 0.15
HSL 284.21º 0.55% 0.66% -
HSV(B) 284.21º 0.44% 0.85% -
XYZ 40.72 29.71 68.55 -
YUV 152.76 163.69 155.28 -
System Red Green Blue C M Y K H S L
Decimal 191 121 216 0.12 0.44 0 0.15 284.21 0.55 0.66
Hex BF 79 D8 C 2C 0 F 11C 37 42
Octal 277 171 330 14 54 0 17 434 67 102
Binary 10111111 1111001 11011000 1100 101100 0 1111 100011100 110111 1000010

Color Harmonies of #BF79D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF79D8

Black with #BF79D8

Text Example


Text Example

White with #BF79D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF79D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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