Html Css Color HEX #B372FC Medium Purple

📋 copy color: '#B372FC'

red 179 ◦ green 114 ◦ blue 252

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

Shades of Medium Purple #B372FC

Tints of Medium Purple #B372FC

RGB

 RED value IS 179 (70.31% from 255) = 32.84%

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

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

R = 32.84%
G = 20.92%
B = 46.24%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B372FC (or 0xB372FC) is known color: Medium Purple. HEX triplet: B3, 72 and FC. RGB value is (179,114,252). Sum of RGB (Red+Green+Blue) = 179+114+252=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #B372FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B372FC is #4C8D03. Grayscale: #949494. Windows color (decimal): -5016836 or 16544435. OLE color: 16544435.

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

Color convert

RGB 179 114 252 -
CMYK 0.29 0.55 0 0.01
HSL 268.26º 0.96% 0.72% -
HSV(B) 268.26º 0.55% 0.99% -
XYZ 42.18 28.65 95.4 -
YUV 149.17 186.03 149.28 -
System Red Green Blue C M Y K H S L
Decimal 179 114 252 0.29 0.55 0 0.01 268.26 0.96 0.72
Hex B3 72 FC 1D 37 0 1 10C 60 48
Octal 263 162 374 35 67 0 1 414 140 110
Binary 10110011 1110010 11111100 11101 110111 0 1 100001100 1100000 1001000

Color Harmonies of #B372FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372FC

Black with #B372FC

Text Example


Text Example

White with #B372FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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