Html Css Color HEX #B374FB Medium Purple

📋 copy color: '#B374FB'

red 179 ◦ green 116 ◦ blue 251

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

Shades of Medium Purple #B374FB

Tints of Medium Purple #B374FB

RGB

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

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

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

R = 32.78%
G = 21.25%
B = 45.97%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B374FB (or 0xB374FB) is known color: Medium Purple. HEX triplet: B3, 74 and FB. RGB value is (179,116,251). Sum of RGB (Red+Green+Blue) = 179+116+251=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #B374FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B374FB is #4C8B04. Grayscale: #959595. Windows color (decimal): -5016325 or 16479411. OLE color: 16479411.

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

Color convert

RGB 179 116 251 -
CMYK 0.29 0.54 0 0.02
HSL 268º 0.94% 0.72% -
HSV(B) 268º 0.54% 0.98% -
XYZ 42.25 29.04 94.65 -
YUV 150.23 184.87 148.52 -
System Red Green Blue C M Y K H S L
Decimal 179 116 251 0.29 0.54 0 0.02 268 0.94 0.72
Hex B3 74 FB 1D 36 0 2 10C 5E 48
Octal 263 164 373 35 66 0 2 414 136 110
Binary 10110011 1110100 11111011 11101 110110 0 10 100001100 1011110 1001000

Color Harmonies of #B374FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B374FB

Black with #B374FB

Text Example


Text Example

White with #B374FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B374FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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