Html Css Color HEX #B977EB Medium Orchid

📋 copy color: '#B977EB'

red 185 ◦ green 119 ◦ blue 235

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

Shades of Medium Orchid #B977EB

Tints of Medium Orchid #B977EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.6%

R = 34.32%
G = 22.08%
B = 43.6%

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

#B977EB (or 0xB977EB) is known color: Medium Orchid. HEX triplet: B9, 77 and EB. RGB value is (185,119,235). Sum of RGB (Red+Green+Blue) = 185+119+235=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #B977EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977EB is #468814. Grayscale: #979797. Windows color (decimal): -4622357 or 15431609. OLE color: 15431609.

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

Color convert

RGB 185 119 235 -
CMYK 0.21 0.49 0 0.08
HSL 274.14º 0.74% 0.69% -
HSV(B) 274.14º 0.49% 0.92% -
XYZ 41.6 29.51 82.1 -
YUV 151.96 174.87 151.57 -
System Red Green Blue C M Y K H S L
Decimal 185 119 235 0.21 0.49 0 0.08 274.14 0.74 0.69
Hex B9 77 EB 15 31 0 8 112 4A 45
Octal 271 167 353 25 61 0 10 422 112 105
Binary 10111001 1110111 11101011 10101 110001 0 1000 100010010 1001010 1000101

Color Harmonies of #B977EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977EB

Black with #B977EB

Text Example


Text Example

White with #B977EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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