Html Css Color HEX #B277FD Medium Purple

📋 copy color: '#B277FD'

red 178 ◦ green 119 ◦ blue 253

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

Shades of Medium Purple #B277FD

Tints of Medium Purple #B277FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46%

R = 32.36%
G = 21.64%
B = 46%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B277FD (or 0xB277FD) is known color: Medium Purple. HEX triplet: B2, 77 and FD. RGB value is (178,119,253). Sum of RGB (Red+Green+Blue) = 178+119+253=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #B277FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B277FD is #4D8802. Grayscale: #979797. Windows color (decimal): -5081091 or 16611250. OLE color: 16611250.

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

Color convert

RGB 178 119 253 -
CMYK 0.30 0.53 0 0.01
HSL 266.42º 0.97% 0.73% -
HSV(B) 266.42º 0.53% 0.99% -
XYZ 42.69 29.75 96.42 -
YUV 151.92 185.05 146.6 -
System Red Green Blue C M Y K H S L
Decimal 178 119 253 0.30 0.53 0 0.01 266.42 0.97 0.73
Hex B2 77 FD 1E 35 0 1 10A 61 49
Octal 262 167 375 36 65 0 1 412 141 111
Binary 10110010 1110111 11111101 11110 110101 0 1 100001010 1100001 1001001

Color Harmonies of #B277FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B277FD

Black with #B277FD

Text Example


Text Example

White with #B277FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B277FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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