Html Css Color HEX #B977D3 Medium Orchid

📋 copy color: '#B977D3'

red 185 ◦ green 119 ◦ blue 211

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

Shades of Medium Orchid #B977D3

Tints of Medium Orchid #B977D3

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.11%

 BLUE value IS 211 (82.81% from 255) = 40.97%

R = 35.92%
G = 23.11%
B = 40.97%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B977D3 (or 0xB977D3) is known color: Medium Orchid. HEX triplet: B9, 77 and D3. RGB value is (185,119,211). Sum of RGB (Red+Green+Blue) = 185+119+211=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #B977D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977D3 is #46882C. Grayscale: #949494. Windows color (decimal): -4622381 or 13858745. OLE color: 13858745.

HSL color Cylindrical-coordinate representation of color #B977D3: hue angle of 283.04º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B977D3 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 119 211 -
CMYK 0.12 0.44 0 0.17
HSL 283.04º 0.51% 0.65% -
HSV(B) 283.04º 0.44% 0.83% -
XYZ 38.36 28.21 65.05 -
YUV 149.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 185 119 211 0.12 0.44 0 0.17 283.04 0.51 0.65
Hex B9 77 D3 C 2C 0 11 11B 33 41
Octal 271 167 323 14 54 0 21 433 63 101
Binary 10111001 1110111 11010011 1100 101100 0 10001 100011011 110011 1000001

Color Harmonies of #B977D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977D3

Black with #B977D3

Text Example


Text Example

White with #B977D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977D3; }

 p { color: rgb(185,119,211); }

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

background-color css

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

 a { background-color: rgb(185,119,211); }

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

border-color css

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

 span { border-color: rgb(185,119,211); }

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