Html Css Color HEX #B978DB Medium Orchid

📋 copy color: '#B978DB'

red 185 ◦ green 120 ◦ blue 219

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

Shades of Medium Orchid #B978DB

Tints of Medium Orchid #B978DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.9%

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

R = 35.31%
G = 22.9%
B = 41.79%

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

#B978DB (or 0xB978DB) is known color: Medium Orchid. HEX triplet: B9, 78 and DB. RGB value is (185,120,219). Sum of RGB (Red+Green+Blue) = 185+120+219=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #B978DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978DB is #468724. Grayscale: #969696. Windows color (decimal): -4622117 or 14383289. OLE color: 14383289.

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

Color convert

RGB 185 120 219 -
CMYK 0.16 0.45 0 0.14
HSL 279.39º 0.58% 0.66% -
HSV(B) 279.39º 0.45% 0.86% -
XYZ 39.51 28.86 70.51 -
YUV 150.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 185 120 219 0.16 0.45 0 0.14 279.39 0.58 0.66
Hex B9 78 DB 10 2D 0 E 117 3A 42
Octal 271 170 333 20 55 0 16 427 72 102
Binary 10111001 1111000 11011011 10000 101101 0 1110 100010111 111010 1000010

Color Harmonies of #B978DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B978DB

Black with #B978DB

Text Example


Text Example

White with #B978DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B978DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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