Html Css Color HEX #B977E6 Medium Orchid

📋 copy color: '#B977E6'

red 185 ◦ green 119 ◦ blue 230

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

Shades of Medium Orchid #B977E6

Tints of Medium Orchid #B977E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.07%

R = 34.64%
G = 22.28%
B = 43.07%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B977E6 (or 0xB977E6) is known color: Medium Orchid. HEX triplet: B9, 77 and E6. RGB value is (185,119,230). Sum of RGB (Red+Green+Blue) = 185+119+230=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #B977E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977E6 is #468819. Grayscale: #979797. Windows color (decimal): -4622362 or 15103929. OLE color: 15103929.

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

Color convert

RGB 185 119 230 -
CMYK 0.20 0.48 0 0.10
HSL 275.68º 0.69% 0.68% -
HSV(B) 275.68º 0.48% 0.9% -
XYZ 40.89 29.22 78.35 -
YUV 151.39 172.37 151.97 -
System Red Green Blue C M Y K H S L
Decimal 185 119 230 0.20 0.48 0 0.10 275.68 0.69 0.68
Hex B9 77 E6 14 30 0 A 114 45 44
Octal 271 167 346 24 60 0 12 424 105 104
Binary 10111001 1110111 11100110 10100 110000 0 1010 100010100 1000101 1000100

Color Harmonies of #B977E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977E6

Black with #B977E6

Text Example


Text Example

White with #B977E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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