Html Css Color HEX #B979DC Medium Orchid

📋 copy color: '#B979DC'

red 185 ◦ green 121 ◦ blue 220

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

Shades of Medium Orchid #B979DC

Tints of Medium Orchid #B979DC

RGB

 RED value IS 185 (72.66% from 255) = 35.17%

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

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 35.17%
G = 23%
B = 41.83%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B979DC (or 0xB979DC) is known color: Medium Orchid. HEX triplet: B9, 79 and DC. RGB value is (185,121,220). Sum of RGB (Red+Green+Blue) = 185+121+220=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #B979DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979DC is #468623. Grayscale: #979797. Windows color (decimal): -4621860 or 14449081. OLE color: 14449081.

HSL color Cylindrical-coordinate representation of color #B979DC: hue angle of 278.79º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B979DC is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 121 220 -
CMYK 0.16 0.45 0 0.14
HSL 278.79º 0.59% 0.67% -
HSV(B) 278.79º 0.45% 0.86% -
XYZ 39.76 29.16 71.24 -
YUV 151.42 166.7 151.95 -
System Red Green Blue C M Y K H S L
Decimal 185 121 220 0.16 0.45 0 0.14 278.79 0.59 0.67
Hex B9 79 DC 10 2D 0 E 117 3B 43
Octal 271 171 334 20 55 0 16 427 73 103
Binary 10111001 1111001 11011100 10000 101101 0 1110 100010111 111011 1000011

Color Harmonies of #B979DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B979DC

Black with #B979DC

Text Example


Text Example

White with #B979DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B979DC; }

 p { color: rgb(185,121,220); }

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

background-color css

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

 a { background-color: rgb(185,121,220); }

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

border-color css

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

 span { border-color: rgb(185,121,220); }

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