Html Css Color HEX #B976E0 Medium Orchid

📋 copy color: '#B976E0'

red 185 ◦ green 118 ◦ blue 224

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

Shades of Medium Orchid #B976E0

Tints of Medium Orchid #B976E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.5%

R = 35.1%
G = 22.39%
B = 42.5%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B976E0 (or 0xB976E0) is known color: Medium Orchid. HEX triplet: B9, 76 and E0. RGB value is (185,118,224). Sum of RGB (Red+Green+Blue) = 185+118+224=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #B976E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976E0 is #46891F. Grayscale: #959595. Windows color (decimal): -4622624 or 14710457. OLE color: 14710457.

HSL color Cylindrical-coordinate representation of color #B976E0: hue angle of 277.92º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B976E0 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 118 224 -
CMYK 0.17 0.47 0 0.12
HSL 277.92º 0.63% 0.67% -
HSV(B) 277.92º 0.47% 0.88% -
XYZ 39.94 28.65 73.95 -
YUV 150.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 185 118 224 0.17 0.47 0 0.12 277.92 0.63 0.67
Hex B9 76 E0 11 2F 0 C 116 3F 43
Octal 271 166 340 21 57 0 14 426 77 103
Binary 10111001 1110110 11100000 10001 101111 0 1100 100010110 111111 1000011

Color Harmonies of #B976E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976E0

Black with #B976E0

Text Example


Text Example

White with #B976E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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