Html Css Color HEX #B371FE Medium Purple

📋 copy color: '#B371FE'

red 179 ◦ green 113 ◦ blue 254

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

Shades of Medium Purple #B371FE

Tints of Medium Purple #B371FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.7%

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

R = 32.78%
G = 20.7%
B = 46.52%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B371FE (or 0xB371FE) is known color: Medium Purple. HEX triplet: B3, 71 and FE. RGB value is (179,113,254). Sum of RGB (Red+Green+Blue) = 179+113+254=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #B371FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B371FE is #4C8E01. Grayscale: #949494. Windows color (decimal): -5017090 or 16675251. OLE color: 16675251.

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

Color convert

RGB 179 113 254 -
CMYK 0.30 0.56 0 0.00
HSL 268.09º 0.99% 0.72% -
HSV(B) 268.09º 0.56% 1% -
XYZ 42.38 28.55 97.04 -
YUV 148.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 179 113 254 0.30 0.56 0 0.00 268.09 0.99 0.72
Hex B3 71 FE 1E 38 0 0 10C 63 48
Octal 263 161 376 36 70 0 0 414 143 110
Binary 10110011 1110001 11111110 11110 111000 0 0 100001100 1100011 1001000

Color Harmonies of #B371FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371FE

Black with #B371FE

Text Example


Text Example

White with #B371FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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