Html Css Color HEX #B976D0 Medium Orchid

📋 copy color: '#B976D0'

red 185 ◦ green 118 ◦ blue 208

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

Shades of Medium Orchid #B976D0

Tints of Medium Orchid #B976D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.7%

R = 36.2%
G = 23.09%
B = 40.7%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B976D0 (or 0xB976D0) is known color: Medium Orchid. HEX triplet: B9, 76 and D0. RGB value is (185,118,208). Sum of RGB (Red+Green+Blue) = 185+118+208=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #B976D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976D0 is #46892F. Grayscale: #949494. Windows color (decimal): -4622640 or 13661881. OLE color: 13661881.

HSL color Cylindrical-coordinate representation of color #B976D0: hue angle of 284.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B976D0 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 118 208 -
CMYK 0.11 0.43 0 0.18
HSL 284.67º 0.49% 0.64% -
HSV(B) 284.67º 0.43% 0.82% -
XYZ 37.87 27.83 63.05 -
YUV 148.29 161.7 154.18 -
System Red Green Blue C M Y K H S L
Decimal 185 118 208 0.11 0.43 0 0.18 284.67 0.49 0.64
Hex B9 76 D0 B 2B 0 12 11D 31 40
Octal 271 166 320 13 53 0 22 435 61 100
Binary 10111001 1110110 11010000 1011 101011 0 10010 100011101 110001 1000000

Color Harmonies of #B976D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976D0

Black with #B976D0

Text Example


Text Example

White with #B976D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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