Html Css Color HEX #B277EE Medium Purple

📋 copy color: '#B277EE'

red 178 ◦ green 119 ◦ blue 238

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

Shades of Medium Purple #B277EE

Tints of Medium Purple #B277EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 33.27%
G = 22.24%
B = 44.49%

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

#B277EE (or 0xB277EE) is known color: Medium Purple. HEX triplet: B2, 77 and EE. RGB value is (178,119,238). Sum of RGB (Red+Green+Blue) = 178+119+238=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #B277EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B277EE is #4D8811. Grayscale: #959595. Windows color (decimal): -5081106 or 15628210. OLE color: 15628210.

HSL color Cylindrical-coordinate representation of color #B277EE: hue angle of 269.75º degrees, saturation: 0.78, 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 #B277EE is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 119 238 -
CMYK 0.25 0.50 0 0.07
HSL 269.75º 0.78% 0.7% -
HSV(B) 269.75º 0.5% 0.93% -
XYZ 40.39 28.83 84.33 -
YUV 150.21 177.55 147.82 -
System Red Green Blue C M Y K H S L
Decimal 178 119 238 0.25 0.50 0 0.07 269.75 0.78 0.7
Hex B2 77 EE 19 32 0 7 10E 4E 46
Octal 262 167 356 31 62 0 7 416 116 106
Binary 10110010 1110111 11101110 11001 110010 0 111 100001110 1001110 1000110

Color Harmonies of #B277EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B277EE

Black with #B277EE

Text Example


Text Example

White with #B277EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B277EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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