Html Css Color HEX #B277FF Medium Purple

📋 copy color: '#B277FF'

red 178 ◦ green 119 ◦ blue 255

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

Shades of Medium Purple #B277FF

Tints of Medium Purple #B277FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.2%

R = 32.25%
G = 21.56%
B = 46.2%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B277FF (or 0xB277FF) is known color: Medium Purple. HEX triplet: B2, 77 and FF. RGB value is (178,119,255). Sum of RGB (Red+Green+Blue) = 178+119+255=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #B277FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B277FF is #4D8800. Grayscale: #979797. Windows color (decimal): -5081089 or 16742322. OLE color: 16742322.

HSL color Cylindrical-coordinate representation of color #B277FF: hue angle of 266.03º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B277FF is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 119 255 -
CMYK 0.30 0.53 0 0
HSL 266.03º 1% 0.73% -
HSV(B) 266.03º 0.53% 1% -
XYZ 43.01 29.88 98.11 -
YUV 152.15 186.05 146.44 -
System Red Green Blue C M Y K H S L
Decimal 178 119 255 0.30 0.53 0 0 266.03 1 0.73
Hex B2 77 FF 1E 35 0 0 10A 64 49
Octal 262 167 377 36 65 0 0 412 144 111
Binary 10110010 1110111 11111111 11110 110101 0 0 100001010 1100100 1001001

Color Harmonies of #B277FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B277FF

Black with #B277FF

Text Example


Text Example

White with #B277FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B277FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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