Html Css Color HEX #B979E2 Medium Orchid

📋 copy color: '#B979E2'

red 185 ◦ green 121 ◦ blue 226

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

Shades of Medium Orchid #B979E2

Tints of Medium Orchid #B979E2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.74%

 BLUE value IS 226 (88.67% from 255) = 42.48%

R = 34.77%
G = 22.74%
B = 42.48%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B979E2 (or 0xB979E2) is known color: Medium Orchid. HEX triplet: B9, 79 and E2. RGB value is (185,121,226). Sum of RGB (Red+Green+Blue) = 185+121+226=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #B979E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979E2 is #46861D. Grayscale: #979797. Windows color (decimal): -4621854 or 14842297. OLE color: 14842297.

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

Color convert

RGB 185 121 226 -
CMYK 0.18 0.46 0 0.11
HSL 276.57º 0.64% 0.68% -
HSV(B) 276.57º 0.46% 0.89% -
XYZ 40.57 29.48 75.5 -
YUV 152.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 185 121 226 0.18 0.46 0 0.11 276.57 0.64 0.68
Hex B9 79 E2 12 2E 0 B 115 40 44
Octal 271 171 342 22 56 0 13 425 100 104
Binary 10111001 1111001 11100010 10010 101110 0 1011 100010101 1000000 1000100

Color Harmonies of #B979E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B979E2

Black with #B979E2

Text Example


Text Example

White with #B979E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B979E2; }

 p { color: rgb(185,121,226); }

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

background-color css

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

 a { background-color: rgb(185,121,226); }

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

border-color css

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

 span { border-color: rgb(185,121,226); }

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