Html Css Color HEX #B979DD Medium Orchid

📋 copy color: '#B979DD'

red 185 ◦ green 121 ◦ blue 221

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

Shades of Medium Orchid #B979DD

Tints of Medium Orchid #B979DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 35.1%
G = 22.96%
B = 41.94%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B979DD (or 0xB979DD) is known color: Medium Orchid. HEX triplet: B9, 79 and DD. RGB value is (185,121,221). Sum of RGB (Red+Green+Blue) = 185+121+221=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #B979DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979DD is #468622. Grayscale: #979797. Windows color (decimal): -4621859 or 14514617. OLE color: 14514617.

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

Color convert

RGB 185 121 221 -
CMYK 0.16 0.45 0 0.13
HSL 278.4º 0.6% 0.67% -
HSV(B) 278.4º 0.45% 0.87% -
XYZ 39.9 29.21 71.94 -
YUV 151.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 185 121 221 0.16 0.45 0 0.13 278.4 0.6 0.67
Hex B9 79 DD 10 2D 0 D 116 3C 43
Octal 271 171 335 20 55 0 15 426 74 103
Binary 10111001 1111001 11011101 10000 101101 0 1101 100010110 111100 1000011

Color Harmonies of #B979DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B979DD

Black with #B979DD

Text Example


Text Example

White with #B979DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B979DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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