Html Css Color HEX #B976E6 Medium Orchid

📋 copy color: '#B976E6'

red 185 ◦ green 118 ◦ blue 230

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

Shades of Medium Orchid #B976E6

Tints of Medium Orchid #B976E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.15%

R = 34.71%
G = 22.14%
B = 43.15%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B976E6 (or 0xB976E6) is known color: Medium Orchid. HEX triplet: B9, 76 and E6. RGB value is (185,118,230). Sum of RGB (Red+Green+Blue) = 185+118+230=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #B976E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B976E6 is #468919. Grayscale: #969696. Windows color (decimal): -4622618 or 15103673. OLE color: 15103673.

HSL color Cylindrical-coordinate representation of color #B976E6: hue angle of 275.89º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B976E6 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 118 230 -
CMYK 0.20 0.49 0 0.10
HSL 275.89º 0.69% 0.68% -
HSV(B) 275.89º 0.49% 0.9% -
XYZ 40.77 28.98 78.31 -
YUV 150.8 172.7 152.39 -
System Red Green Blue C M Y K H S L
Decimal 185 118 230 0.20 0.49 0 0.10 275.89 0.69 0.68
Hex B9 76 E6 14 31 0 A 114 45 44
Octal 271 166 346 24 61 0 12 424 105 104
Binary 10111001 1110110 11100110 10100 110001 0 1010 100010100 1000101 1000100

Color Harmonies of #B976E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976E6

Black with #B976E6

Text Example


Text Example

White with #B976E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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