Html Css Color HEX #B977E9 Medium Orchid

📋 copy color: '#B977E9'

red 185 ◦ green 119 ◦ blue 233

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

Shades of Medium Orchid #B977E9

Tints of Medium Orchid #B977E9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.16%

 BLUE value IS 233 (91.41% from 255) = 43.39%

R = 34.45%
G = 22.16%
B = 43.39%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B977E9 (or 0xB977E9) is known color: Medium Orchid. HEX triplet: B9, 77 and E9. RGB value is (185,119,233). Sum of RGB (Red+Green+Blue) = 185+119+233=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #B977E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977E9 is #468816. Grayscale: #979797. Windows color (decimal): -4622359 or 15300537. OLE color: 15300537.

HSL color Cylindrical-coordinate representation of color #B977E9: hue angle of 274.74º degrees, saturation: 0.72, 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 #B977E9 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 119 233 -
CMYK 0.21 0.49 0 0.09
HSL 274.74º 0.72% 0.69% -
HSV(B) 274.74º 0.49% 0.91% -
XYZ 41.31 29.39 80.59 -
YUV 151.73 173.87 151.73 -
System Red Green Blue C M Y K H S L
Decimal 185 119 233 0.21 0.49 0 0.09 274.74 0.72 0.69
Hex B9 77 E9 15 31 0 9 113 48 45
Octal 271 167 351 25 61 0 11 423 110 105
Binary 10111001 1110111 11101001 10101 110001 0 1001 100010011 1001000 1000101

Color Harmonies of #B977E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977E9

Black with #B977E9

Text Example


Text Example

White with #B977E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977E9; }

 p { color: rgb(185,119,233); }

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

background-color css

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

 a { background-color: rgb(185,119,233); }

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

border-color css

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

 span { border-color: rgb(185,119,233); }

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