Html Css Color HEX #B979DA Medium Orchid

📋 copy color: '#B979DA'

red 185 ◦ green 121 ◦ blue 218

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

Shades of Medium Orchid #B979DA

Tints of Medium Orchid #B979DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 35.31%
G = 23.09%
B = 41.6%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B979DA (or 0xB979DA) is known color: Medium Orchid. HEX triplet: B9, 79 and DA. RGB value is (185,121,218). Sum of RGB (Red+Green+Blue) = 185+121+218=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #B979DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979DA is #468625. Grayscale: #969696. Windows color (decimal): -4621862 or 14318009. OLE color: 14318009.

HSL color Cylindrical-coordinate representation of color #B979DA: hue angle of 279.59º degrees, saturation: 0.57, 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 #B979DA is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 121 218 -
CMYK 0.15 0.44 0 0.15
HSL 279.59º 0.57% 0.66% -
HSV(B) 279.59º 0.44% 0.85% -
XYZ 39.5 29.05 69.86 -
YUV 151.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 185 121 218 0.15 0.44 0 0.15 279.59 0.57 0.66
Hex B9 79 DA F 2C 0 F 118 39 42
Octal 271 171 332 17 54 0 17 430 71 102
Binary 10111001 1111001 11011010 1111 101100 0 1111 100011000 111001 1000010

Color Harmonies of #B979DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B979DA

Black with #B979DA

Text Example


Text Example

White with #B979DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B979DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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