Html Css Color HEX #B277ED Medium Purple

📋 copy color: '#B277ED'

red 178 ◦ green 119 ◦ blue 237

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

Shades of Medium Purple #B277ED

Tints of Medium Purple #B277ED

RGB

 RED value IS 178 (69.92% from 255) = 33.33%

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 33.33%
G = 22.28%
B = 44.38%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B277ED (or 0xB277ED) is known color: Medium Purple. HEX triplet: B2, 77 and ED. RGB value is (178,119,237). Sum of RGB (Red+Green+Blue) = 178+119+237=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #B277ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B277ED is #4D8812. Grayscale: #959595. Windows color (decimal): -5081107 or 15562674. OLE color: 15562674.

HSL color Cylindrical-coordinate representation of color #B277ED: hue angle of 270º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B277ED is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 119 237 -
CMYK 0.25 0.50 0 0.07
HSL 270º 0.77% 0.7% -
HSV(B) 270º 0.5% 0.93% -
XYZ 40.24 28.77 83.55 -
YUV 150.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 178 119 237 0.25 0.50 0 0.07 270 0.77 0.7
Hex B2 77 ED 19 32 0 7 10E 4D 46
Octal 262 167 355 31 62 0 7 416 115 106
Binary 10110010 1110111 11101101 11001 110010 0 111 100001110 1001101 1000110

Color Harmonies of #B277ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B277ED

Black with #B277ED

Text Example


Text Example

White with #B277ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B277ED; }

 p { color: rgb(178,119,237); }

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

background-color css

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

 a { background-color: rgb(178,119,237); }

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

border-color css

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

 span { border-color: rgb(178,119,237); }

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