Html Css Color HEX #B072F9 Medium Purple

📋 copy color: '#B072F9'

red 176 ◦ green 114 ◦ blue 249

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

Shades of Medium Purple #B072F9

Tints of Medium Purple #B072F9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.15%

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

R = 32.65%
G = 21.15%
B = 46.2%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B072F9 (or 0xB072F9) is known color: Medium Purple. HEX triplet: B0, 72 and F9. RGB value is (176,114,249). Sum of RGB (Red+Green+Blue) = 176+114+249=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #B072F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B072F9 is #4F8D06. Grayscale: #939393. Windows color (decimal): -5213447 or 16347824. OLE color: 16347824.

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

Color convert

RGB 176 114 249 -
CMYK 0.29 0.54 0 0.02
HSL 267.56º 0.92% 0.71% -
HSV(B) 267.56º 0.54% 0.98% -
XYZ 41.02 28.1 92.89 -
YUV 147.93 185.04 148.02 -
System Red Green Blue C M Y K H S L
Decimal 176 114 249 0.29 0.54 0 0.02 267.56 0.92 0.71
Hex B0 72 F9 1D 36 0 2 10C 5C 47
Octal 260 162 371 35 66 0 2 414 134 107
Binary 10110000 1110010 11111001 11101 110110 0 10 100001100 1011100 1000111

Color Harmonies of #B072F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B072F9

Black with #B072F9

Text Example


Text Example

White with #B072F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B072F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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