Html Css Color HEX #B979DB Medium Orchid

📋 copy color: '#B979DB'

red 185 ◦ green 121 ◦ blue 219

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

Shades of Medium Orchid #B979DB

Tints of Medium Orchid #B979DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 35.24%
G = 23.05%
B = 41.71%

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

#B979DB (or 0xB979DB) is known color: Medium Orchid. HEX triplet: B9, 79 and DB. RGB value is (185,121,219). Sum of RGB (Red+Green+Blue) = 185+121+219=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #B979DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979DB is #468624. Grayscale: #969696. Windows color (decimal): -4621861 or 14383545. OLE color: 14383545.

HSL color Cylindrical-coordinate representation of color #B979DB: hue angle of 279.18º degrees, saturation: 0.58, 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 #B979DB is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 121 219 -
CMYK 0.16 0.45 0 0.14
HSL 279.18º 0.58% 0.67% -
HSV(B) 279.18º 0.45% 0.86% -
XYZ 39.63 29.1 70.55 -
YUV 151.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 185 121 219 0.16 0.45 0 0.14 279.18 0.58 0.67
Hex B9 79 DB 10 2D 0 E 117 3A 43
Octal 271 171 333 20 55 0 16 427 72 103
Binary 10111001 1111001 11011011 10000 101101 0 1110 100010111 111010 1000011

Color Harmonies of #B979DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B979DB

Black with #B979DB

Text Example


Text Example

White with #B979DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B979DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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