Html Css Color HEX #B977EA Medium Orchid

📋 copy color: '#B977EA'

red 185 ◦ green 119 ◦ blue 234

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

Shades of Medium Orchid #B977EA

Tints of Medium Orchid #B977EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 34.39%
G = 22.12%
B = 43.49%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B977EA (or 0xB977EA) is known color: Medium Orchid. HEX triplet: B9, 77 and EA. RGB value is (185,119,234). Sum of RGB (Red+Green+Blue) = 185+119+234=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #B977EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977EA is #468815. Grayscale: #979797. Windows color (decimal): -4622358 or 15366073. OLE color: 15366073.

HSL color Cylindrical-coordinate representation of color #B977EA: hue angle of 274.43º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B977EA is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 119 234 -
CMYK 0.21 0.49 0 0.08
HSL 274.43º 0.73% 0.69% -
HSV(B) 274.43º 0.49% 0.92% -
XYZ 41.46 29.45 81.34 -
YUV 151.84 174.37 151.65 -
System Red Green Blue C M Y K H S L
Decimal 185 119 234 0.21 0.49 0 0.08 274.43 0.73 0.69
Hex B9 77 EA 15 31 0 8 112 49 45
Octal 271 167 352 25 61 0 10 422 111 105
Binary 10111001 1110111 11101010 10101 110001 0 1000 100010010 1001001 1000101

Color Harmonies of #B977EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977EA

Black with #B977EA

Text Example


Text Example

White with #B977EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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