Html Css Color HEX #B277F9 Medium Purple

📋 copy color: '#B277F9'

red 178 ◦ green 119 ◦ blue 249

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

Shades of Medium Purple #B277F9

Tints of Medium Purple #B277F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.6%

R = 32.6%
G = 21.79%
B = 45.6%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B277F9 (or 0xB277F9) is known color: Medium Purple. HEX triplet: B2, 77 and F9. RGB value is (178,119,249). Sum of RGB (Red+Green+Blue) = 178+119+249=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #B277F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B277F9 is #4D8806. Grayscale: #979797. Windows color (decimal): -5081095 or 16349106. OLE color: 16349106.

HSL color Cylindrical-coordinate representation of color #B277F9: hue angle of 267.23º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B277F9 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 119 249 -
CMYK 0.29 0.52 0 0.02
HSL 267.23º 0.92% 0.72% -
HSV(B) 267.23º 0.52% 0.98% -
XYZ 42.06 29.5 93.1 -
YUV 151.46 183.05 146.93 -
System Red Green Blue C M Y K H S L
Decimal 178 119 249 0.29 0.52 0 0.02 267.23 0.92 0.72
Hex B2 77 F9 1D 34 0 2 10B 5C 48
Octal 262 167 371 35 64 0 2 413 134 110
Binary 10110010 1110111 11111001 11101 110100 0 10 100001011 1011100 1001000

Color Harmonies of #B277F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B277F9

Black with #B277F9

Text Example


Text Example

White with #B277F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B277F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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