Html Css Color HEX #B978DC Medium Orchid

📋 copy color: '#B978DC'

red 185 ◦ green 120 ◦ blue 220

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

Shades of Medium Orchid #B978DC

Tints of Medium Orchid #B978DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 35.24%
G = 22.86%
B = 41.9%

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

#B978DC (or 0xB978DC) is known color: Medium Orchid. HEX triplet: B9, 78 and DC. RGB value is (185,120,220). Sum of RGB (Red+Green+Blue) = 185+120+220=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #B978DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978DC is #468723. Grayscale: #969696. Windows color (decimal): -4622116 or 14448825. OLE color: 14448825.

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

Color convert

RGB 185 120 220 -
CMYK 0.16 0.45 0 0.14
HSL 279º 0.59% 0.67% -
HSV(B) 279º 0.45% 0.86% -
XYZ 39.64 28.91 71.2 -
YUV 150.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 185 120 220 0.16 0.45 0 0.14 279 0.59 0.67
Hex B9 78 DC 10 2D 0 E 117 3B 43
Octal 271 170 334 20 55 0 16 427 73 103
Binary 10111001 1111000 11011100 10000 101101 0 1110 100010111 111011 1000011

Color Harmonies of #B978DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B978DC

Black with #B978DC

Text Example


Text Example

White with #B978DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B978DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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