Html Css Color HEX #BD79D1 Medium Orchid

📋 copy color: '#BD79D1'

red 189 ◦ green 121 ◦ blue 209

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

Shades of Medium Orchid #BD79D1

Tints of Medium Orchid #BD79D1

RGB

 RED value IS 189 (74.22% from 255) = 36.42%

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

 BLUE value IS 209 (82.03% from 255) = 40.27%

R = 36.42%
G = 23.31%
B = 40.27%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD79D1 (or 0xBD79D1) is known color: Medium Orchid. HEX triplet: BD, 79 and D1. RGB value is (189,121,209). Sum of RGB (Red+Green+Blue) = 189+121+209=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD79D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD79D1 is #42862E. Grayscale: #979797. Windows color (decimal): -4359727 or 13728189. OLE color: 13728189.

HSL color Cylindrical-coordinate representation of color #BD79D1: hue angle of 286.36º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD79D1 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 121 209 -
CMYK 0.10 0.42 0 0.18
HSL 286.36º 0.49% 0.65% -
HSV(B) 286.36º 0.42% 0.82% -
XYZ 39.33 29.1 63.86 -
YUV 151.36 160.53 154.84 -
System Red Green Blue C M Y K H S L
Decimal 189 121 209 0.10 0.42 0 0.18 286.36 0.49 0.65
Hex BD 79 D1 A 2A 0 12 11E 31 41
Octal 275 171 321 12 52 0 22 436 61 101
Binary 10111101 1111001 11010001 1010 101010 0 10010 100011110 110001 1000001

Color Harmonies of #BD79D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD79D1

Black with #BD79D1

Text Example


Text Example

White with #BD79D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD79D1; }

 p { color: rgb(189,121,209); }

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

background-color css

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

 a { background-color: rgb(189,121,209); }

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

border-color css

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

 span { border-color: rgb(189,121,209); }

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