Html Css Color HEX #B977E7 Medium Orchid

📋 copy color: '#B977E7'

red 185 ◦ green 119 ◦ blue 231

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

Shades of Medium Orchid #B977E7

Tints of Medium Orchid #B977E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.18%

R = 34.58%
G = 22.24%
B = 43.18%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B977E7 (or 0xB977E7) is known color: Medium Orchid. HEX triplet: B9, 77 and E7. RGB value is (185,119,231). Sum of RGB (Red+Green+Blue) = 185+119+231=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #B977E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977E7 is #468818. Grayscale: #979797. Windows color (decimal): -4622361 or 15169465. OLE color: 15169465.

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

Color convert

RGB 185 119 231 -
CMYK 0.20 0.48 0 0.09
HSL 275.36º 0.7% 0.69% -
HSV(B) 275.36º 0.48% 0.91% -
XYZ 41.03 29.28 79.09 -
YUV 151.5 172.87 151.89 -
System Red Green Blue C M Y K H S L
Decimal 185 119 231 0.20 0.48 0 0.09 275.36 0.7 0.69
Hex B9 77 E7 14 30 0 9 113 46 45
Octal 271 167 347 24 60 0 11 423 106 105
Binary 10111001 1110111 11100111 10100 110000 0 1001 100010011 1000110 1000101

Color Harmonies of #B977E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977E7

Black with #B977E7

Text Example


Text Example

White with #B977E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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