Html Css Color HEX #BF79D5 Medium Orchid

📋 copy color: '#BF79D5'

red 191 ◦ green 121 ◦ blue 213

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

Shades of Medium Orchid #BF79D5

Tints of Medium Orchid #BF79D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 36.38%
G = 23.05%
B = 40.57%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF79D5 (or 0xBF79D5) is known color: Medium Orchid. HEX triplet: BF, 79 and D5. RGB value is (191,121,213). Sum of RGB (Red+Green+Blue) = 191+121+213=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF79D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF79D5 is #40862A. Grayscale: #989898. Windows color (decimal): -4228651 or 13990335. OLE color: 13990335.

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

Color convert

RGB 191 121 213 -
CMYK 0.10 0.43 0 0.16
HSL 285.65º 0.52% 0.65% -
HSV(B) 285.65º 0.43% 0.84% -
XYZ 40.33 29.56 66.53 -
YUV 152.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 191 121 213 0.10 0.43 0 0.16 285.65 0.52 0.65
Hex BF 79 D5 A 2B 0 10 11E 34 41
Octal 277 171 325 12 53 0 20 436 64 101
Binary 10111111 1111001 11010101 1010 101011 0 10000 100011110 110100 1000001

Color Harmonies of #BF79D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF79D5

Black with #BF79D5

Text Example


Text Example

White with #BF79D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF79D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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