Html Css Color HEX #B37FFC Medium Purple

📋 copy color: '#B37FFC'

red 179 ◦ green 127 ◦ blue 252

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

Shades of Medium Purple #B37FFC

Tints of Medium Purple #B37FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 22.76%

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

R = 32.08%
G = 22.76%
B = 45.16%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B37FFC (or 0xB37FFC) is known color: Medium Purple. HEX triplet: B3, 7F and FC. RGB value is (179,127,252). Sum of RGB (Red+Green+Blue) = 179+127+252=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #B37FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37FFC is #4C8003. Grayscale: #9C9C9C. Windows color (decimal): -5013508 or 16547763. OLE color: 16547763.

HSL color Cylindrical-coordinate representation of color #B37FFC: hue angle of 264.96º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B37FFC is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 127 252 -
CMYK 0.29 0.50 0 0.01
HSL 264.96º 0.95% 0.74% -
HSV(B) 264.96º 0.5% 0.99% -
XYZ 43.75 31.79 95.93 -
YUV 156.8 181.73 143.84 -
System Red Green Blue C M Y K H S L
Decimal 179 127 252 0.29 0.50 0 0.01 264.96 0.95 0.74
Hex B3 7F FC 1D 32 0 1 109 5F 4A
Octal 263 177 374 35 62 0 1 411 137 112
Binary 10110011 1111111 11111100 11101 110010 0 1 100001001 1011111 1001010

Color Harmonies of #B37FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37FFC

Black with #B37FFC

Text Example


Text Example

White with #B37FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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