Html Css Color HEX #B976E8 Medium Orchid

📋 copy color: '#B976E8'

red 185 ◦ green 118 ◦ blue 232

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

Shades of Medium Orchid #B976E8

Tints of Medium Orchid #B976E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.36%

R = 34.58%
G = 22.06%
B = 43.36%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B976E8 (or 0xB976E8) is known color: Medium Orchid. HEX triplet: B9, 76 and E8. RGB value is (185,118,232). Sum of RGB (Red+Green+Blue) = 185+118+232=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 232 - color contains mainly: blue. Hex color #B976E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B976E8 is #468917. Grayscale: #969696. Windows color (decimal): -4622616 or 15234745. OLE color: 15234745.

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

Color convert

RGB 185 118 232 -
CMYK 0.20 0.49 0 0.09
HSL 275.26º 0.71% 0.69% -
HSV(B) 275.26º 0.49% 0.91% -
XYZ 41.05 29.1 79.8 -
YUV 151.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 185 118 232 0.20 0.49 0 0.09 275.26 0.71 0.69
Hex B9 76 E8 14 31 0 9 113 47 45
Octal 271 166 350 24 61 0 11 423 107 105
Binary 10111001 1110110 11101000 10100 110001 0 1001 100010011 1000111 1000101

Color Harmonies of #B976E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976E8

Black with #B976E8

Text Example


Text Example

White with #B976E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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