Html Css Color HEX #B372FE Medium Purple

📋 copy color: '#B372FE'

red 179 ◦ green 114 ◦ blue 254

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

Shades of Medium Purple #B372FE

Tints of Medium Purple #B372FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.44%

R = 32.72%
G = 20.84%
B = 46.44%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B372FE (or 0xB372FE) is known color: Medium Purple. HEX triplet: B3, 72 and FE. RGB value is (179,114,254). Sum of RGB (Red+Green+Blue) = 179+114+254=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #B372FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B372FE is #4C8D01. Grayscale: #949494. Windows color (decimal): -5016834 or 16675507. OLE color: 16675507.

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

Color convert

RGB 179 114 254 -
CMYK 0.30 0.55 0 0.00
HSL 267.86º 0.99% 0.72% -
HSV(B) 267.86º 0.55% 1% -
XYZ 42.5 28.77 97.08 -
YUV 149.4 187.03 149.12 -
System Red Green Blue C M Y K H S L
Decimal 179 114 254 0.30 0.55 0 0.00 267.86 0.99 0.72
Hex B3 72 FE 1E 37 0 0 10C 63 48
Octal 263 162 376 36 67 0 0 414 143 110
Binary 10110011 1110010 11111110 11110 110111 0 0 100001100 1100011 1001000

Color Harmonies of #B372FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372FE

Black with #B372FE

Text Example


Text Example

White with #B372FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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