Html Css Color HEX #B976CD Medium Orchid

📋 copy color: '#B976CD'

red 185 ◦ green 118 ◦ blue 205

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

Shades of Medium Orchid #B976CD

Tints of Medium Orchid #B976CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 36.42%
G = 23.23%
B = 40.35%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B976CD (or 0xB976CD) is known color: Medium Orchid. HEX triplet: B9, 76 and CD. RGB value is (185,118,205). Sum of RGB (Red+Green+Blue) = 185+118+205=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #B976CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976CD is #468932. Grayscale: #939393. Windows color (decimal): -4622643 or 13465273. OLE color: 13465273.

HSL color Cylindrical-coordinate representation of color #B976CD: hue angle of 286.21º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B976CD is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 118 205 -
CMYK 0.10 0.42 0 0.20
HSL 286.21º 0.47% 0.63% -
HSV(B) 286.21º 0.42% 0.8% -
XYZ 37.51 27.68 61.12 -
YUV 147.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 185 118 205 0.10 0.42 0 0.20 286.21 0.47 0.63
Hex B9 76 CD A 2A 0 14 11E 2F 3F
Octal 271 166 315 12 52 0 24 436 57 77
Binary 10111001 1110110 11001101 1010 101010 0 10100 100011110 101111 111111

Color Harmonies of #B976CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976CD

Black with #B976CD

Text Example


Text Example

White with #B976CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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