Html Css Color HEX #B976DA Medium Orchid

📋 copy color: '#B976DA'

red 185 ◦ green 118 ◦ blue 218

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

Shades of Medium Orchid #B976DA

Tints of Medium Orchid #B976DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 35.51%
G = 22.65%
B = 41.84%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B976DA (or 0xB976DA) is known color: Medium Orchid. HEX triplet: B9, 76 and DA. RGB value is (185,118,218). Sum of RGB (Red+Green+Blue) = 185+118+218=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #B976DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976DA is #468925. Grayscale: #959595. Windows color (decimal): -4622630 or 14317241. OLE color: 14317241.

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

Color convert

RGB 185 118 218 -
CMYK 0.15 0.46 0 0.15
HSL 280.2º 0.57% 0.66% -
HSV(B) 280.2º 0.46% 0.85% -
XYZ 39.14 28.33 69.74 -
YUV 149.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 185 118 218 0.15 0.46 0 0.15 280.2 0.57 0.66
Hex B9 76 DA F 2E 0 F 118 39 42
Octal 271 166 332 17 56 0 17 430 71 102
Binary 10111001 1110110 11011010 1111 101110 0 1111 100011000 111001 1000010

Color Harmonies of #B976DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976DA

Black with #B976DA

Text Example


Text Example

White with #B976DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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