Html Css Color HEX #B978D9 Medium Orchid

📋 copy color: '#B978D9'

red 185 ◦ green 120 ◦ blue 217

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

Shades of Medium Orchid #B978D9

Tints of Medium Orchid #B978D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.57%

R = 35.44%
G = 22.99%
B = 41.57%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B978D9 (or 0xB978D9) is known color: Medium Orchid. HEX triplet: B9, 78 and D9. RGB value is (185,120,217). Sum of RGB (Red+Green+Blue) = 185+120+217=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #B978D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978D9 is #468726. Grayscale: #969696. Windows color (decimal): -4622119 or 14252217. OLE color: 14252217.

HSL color Cylindrical-coordinate representation of color #B978D9: hue angle of 280.21º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B978D9 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 120 217 -
CMYK 0.15 0.45 0 0.15
HSL 280.21º 0.56% 0.66% -
HSV(B) 280.21º 0.45% 0.85% -
XYZ 39.25 28.76 69.13 -
YUV 150.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 185 120 217 0.15 0.45 0 0.15 280.21 0.56 0.66
Hex B9 78 D9 F 2D 0 F 118 38 42
Octal 271 170 331 17 55 0 17 430 70 102
Binary 10111001 1111000 11011001 1111 101101 0 1111 100011000 111000 1000010

Color Harmonies of #B978D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B978D9

Black with #B978D9

Text Example


Text Example

White with #B978D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B978D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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