Html Css Color HEX #B072FC Medium Purple

📋 copy color: '#B072FC'

red 176 ◦ green 114 ◦ blue 252

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

Shades of Medium Purple #B072FC

Tints of Medium Purple #B072FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.49%

R = 32.47%
G = 21.03%
B = 46.49%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B072FC (or 0xB072FC) is known color: Medium Purple. HEX triplet: B0, 72 and FC. RGB value is (176,114,252). Sum of RGB (Red+Green+Blue) = 176+114+252=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #B072FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B072FC is #4F8D03. Grayscale: #939393. Windows color (decimal): -5213444 or 16544432. OLE color: 16544432.

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

Color convert

RGB 176 114 252 -
CMYK 0.30 0.55 0 0.01
HSL 266.96º 0.96% 0.72% -
HSV(B) 266.96º 0.55% 0.99% -
XYZ 41.49 28.29 95.37 -
YUV 148.27 186.54 147.78 -
System Red Green Blue C M Y K H S L
Decimal 176 114 252 0.30 0.55 0 0.01 266.96 0.96 0.72
Hex B0 72 FC 1E 37 0 1 10B 60 48
Octal 260 162 374 36 67 0 1 413 140 110
Binary 10110000 1110010 11111100 11110 110111 0 1 100001011 1100000 1001000

Color Harmonies of #B072FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B072FC

Black with #B072FC

Text Example


Text Example

White with #B072FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B072FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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