Html Css Color HEX #B077F9 Medium Purple

📋 copy color: '#B077F9'

red 176 ◦ green 119 ◦ blue 249

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

Shades of Medium Purple #B077F9

Tints of Medium Purple #B077F9

RGB

 RED value IS 176 (69.14% from 255) = 32.35%

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

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

R = 32.35%
G = 21.88%
B = 45.77%

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

#B077F9 (or 0xB077F9) is known color: Medium Purple. HEX triplet: B0, 77 and F9. RGB value is (176,119,249). Sum of RGB (Red+Green+Blue) = 176+119+249=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #B077F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B077F9 is #4F8806. Grayscale: #969696. Windows color (decimal): -5212167 or 16349104. OLE color: 16349104.

HSL color Cylindrical-coordinate representation of color #B077F9: hue angle of 266.31º 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 #B077F9 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 119 249 -
CMYK 0.29 0.52 0 0.02
HSL 266.31º 0.92% 0.72% -
HSV(B) 266.31º 0.52% 0.98% -
XYZ 41.6 29.26 93.08 -
YUV 150.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 176 119 249 0.29 0.52 0 0.02 266.31 0.92 0.72
Hex B0 77 F9 1D 34 0 2 10A 5C 48
Octal 260 167 371 35 64 0 2 412 134 110
Binary 10110000 1110111 11111001 11101 110100 0 10 100001010 1011100 1001000

Color Harmonies of #B077F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B077F9

Black with #B077F9

Text Example


Text Example

White with #B077F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B077F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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