Html Css Color HEX #B374F6 Medium Purple

📋 copy color: '#B374F6'

red 179 ◦ green 116 ◦ blue 246

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

Shades of Medium Purple #B374F6

Tints of Medium Purple #B374F6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.44%

 BLUE value IS 246 (96.48% from 255) = 45.47%

R = 33.09%
G = 21.44%
B = 45.47%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B374F6 (or 0xB374F6) is known color: Medium Purple. HEX triplet: B3, 74 and F6. RGB value is (179,116,246). Sum of RGB (Red+Green+Blue) = 179+116+246=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #B374F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B374F6 is #4C8B09. Grayscale: #959595. Windows color (decimal): -5016330 or 16151731. OLE color: 16151731.

HSL color Cylindrical-coordinate representation of color #B374F6: hue angle of 269.08º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B374F6 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 116 246 -
CMYK 0.27 0.53 0 0.04
HSL 269.08º 0.88% 0.71% -
HSV(B) 269.08º 0.53% 0.96% -
XYZ 41.47 28.73 90.55 -
YUV 149.66 182.37 148.93 -
System Red Green Blue C M Y K H S L
Decimal 179 116 246 0.27 0.53 0 0.04 269.08 0.88 0.71
Hex B3 74 F6 1B 35 0 4 10D 58 47
Octal 263 164 366 33 65 0 4 415 130 107
Binary 10110011 1110100 11110110 11011 110101 0 100 100001101 1011000 1000111

Color Harmonies of #B374F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B374F6

Black with #B374F6

Text Example


Text Example

White with #B374F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B374F6; }

 p { color: rgb(179,116,246); }

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

background-color css

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

 a { background-color: rgb(179,116,246); }

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

border-color css

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

 span { border-color: rgb(179,116,246); }

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