Html Css Color HEX #B976DB Medium Orchid

📋 copy color: '#B976DB'

red 185 ◦ green 118 ◦ blue 219

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

Shades of Medium Orchid #B976DB

Tints of Medium Orchid #B976DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.61%

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

R = 35.44%
G = 22.61%
B = 41.95%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B976DB (or 0xB976DB) is known color: Medium Orchid. HEX triplet: B9, 76 and DB. RGB value is (185,118,219). Sum of RGB (Red+Green+Blue) = 185+118+219=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #B976DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976DB is #468924. Grayscale: #959595. Windows color (decimal): -4622629 or 14382777. OLE color: 14382777.

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

Color convert

RGB 185 118 219 -
CMYK 0.16 0.46 0 0.14
HSL 279.8º 0.58% 0.66% -
HSV(B) 279.8º 0.46% 0.86% -
XYZ 39.27 28.39 70.43 -
YUV 149.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 185 118 219 0.16 0.46 0 0.14 279.8 0.58 0.66
Hex B9 76 DB 10 2E 0 E 118 3A 42
Octal 271 166 333 20 56 0 16 430 72 102
Binary 10111001 1110110 11011011 10000 101110 0 1110 100011000 111010 1000010

Color Harmonies of #B976DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976DB

Black with #B976DB

Text Example


Text Example

White with #B976DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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