Html Css Color HEX #B976CE Medium Orchid

📋 copy color: '#B976CE'

red 185 ◦ green 118 ◦ blue 206

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

Shades of Medium Orchid #B976CE

Tints of Medium Orchid #B976CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 36.35%
G = 23.18%
B = 40.47%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B976CE (or 0xB976CE) is known color: Medium Orchid. HEX triplet: B9, 76 and CE. RGB value is (185,118,206). Sum of RGB (Red+Green+Blue) = 185+118+206=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #B976CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976CE is #468931. Grayscale: #939393. Windows color (decimal): -4622642 or 13530809. OLE color: 13530809.

HSL color Cylindrical-coordinate representation of color #B976CE: hue angle of 285.68º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B976CE is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 118 206 -
CMYK 0.10 0.43 0 0.19
HSL 285.68º 0.47% 0.64% -
HSV(B) 285.68º 0.43% 0.81% -
XYZ 37.63 27.73 61.76 -
YUV 148.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 185 118 206 0.10 0.43 0 0.19 285.68 0.47 0.64
Hex B9 76 CE A 2B 0 13 11E 2F 40
Octal 271 166 316 12 53 0 23 436 57 100
Binary 10111001 1110110 11001110 1010 101011 0 10011 100011110 101111 1000000

Color Harmonies of #B976CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976CE

Black with #B976CE

Text Example


Text Example

White with #B976CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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