Html Css Color HEX #B37EFC Medium Purple

📋 copy color: '#B37EFC'

red 179 ◦ green 126 ◦ blue 252

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

Shades of Medium Purple #B37EFC

Tints of Medium Purple #B37EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.62%

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

R = 32.14%
G = 22.62%
B = 45.24%

CMYK

 C value IS 0.29

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B37EFC (or 0xB37EFC) is known color: Medium Purple. HEX triplet: B3, 7E and FC. RGB value is (179,126,252). Sum of RGB (Red+Green+Blue) = 179+126+252=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #B37EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37EFC is #4C8103. Grayscale: #9B9B9B. Windows color (decimal): -5013764 or 16547507. OLE color: 16547507.

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

Color convert

RGB 179 126 252 -
CMYK 0.29 0.5 0 0.01
HSL 265.24º 0.95% 0.74% -
HSV(B) 265.24º 0.5% 0.99% -
XYZ 43.62 31.53 95.88 -
YUV 156.21 182.06 144.25 -
System Red Green Blue C M Y K H S L
Decimal 179 126 252 0.29 0.5 0 0.01 265.24 0.95 0.74
Hex B3 7E FC 1D 32 0 1 109 5F 4A
Octal 263 176 374 35 62 0 1 411 137 112
Binary 10110011 1111110 11111100 11101 110010 0 1 100001001 1011111 1001010

Color Harmonies of #B37EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37EFC

Black with #B37EFC

Text Example


Text Example

White with #B37EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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