Html Css Color HEX #B37CFB Medium Purple

📋 copy color: '#B37CFB'

red 179 ◦ green 124 ◦ blue 251

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

Shades of Medium Purple #B37CFB

Tints of Medium Purple #B37CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.38%

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 32.31%
G = 22.38%
B = 45.31%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B37CFB (or 0xB37CFB) is known color: Medium Purple. HEX triplet: B3, 7C and FB. RGB value is (179,124,251). Sum of RGB (Red+Green+Blue) = 179+124+251=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #B37CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37CFB is #4C8304. Grayscale: #9A9A9A. Windows color (decimal): -5014277 or 16481459. OLE color: 16481459.

HSL color Cylindrical-coordinate representation of color #B37CFB: hue angle of 265.98º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B37CFB is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 124 251 -
CMYK 0.29 0.51 0 0.02
HSL 265.98º 0.94% 0.74% -
HSV(B) 265.98º 0.51% 0.98% -
XYZ 43.21 30.96 94.97 -
YUV 154.92 182.22 145.17 -
System Red Green Blue C M Y K H S L
Decimal 179 124 251 0.29 0.51 0 0.02 265.98 0.94 0.74
Hex B3 7C FB 1D 33 0 2 10A 5E 4A
Octal 263 174 373 35 63 0 2 412 136 112
Binary 10110011 1111100 11111011 11101 110011 0 10 100001010 1011110 1001010

Color Harmonies of #B37CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37CFB

Black with #B37CFB

Text Example


Text Example

White with #B37CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37CFB; }

 p { color: rgb(179,124,251); }

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

background-color css

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

 a { background-color: rgb(179,124,251); }

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

border-color css

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

 span { border-color: rgb(179,124,251); }

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