Html Css Color HEX #B474E7 Medium Purple

📋 copy color: '#B474E7'

red 180 ◦ green 116 ◦ blue 231

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

Shades of Medium Purple #B474E7

Tints of Medium Purple #B474E7

RGB

 RED value IS 180 (70.7% from 255) = 34.16%

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

 BLUE value IS 231 (90.63% from 255) = 43.83%

R = 34.16%
G = 22.01%
B = 43.83%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B474E7 (or 0xB474E7) is known color: Medium Purple. HEX triplet: B4, 74 and E7. RGB value is (180,116,231). Sum of RGB (Red+Green+Blue) = 180+116+231=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #B474E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B474E7 is #4B8B18. Grayscale: #939393. Windows color (decimal): -4950809 or 15168692. OLE color: 15168692.

HSL color Cylindrical-coordinate representation of color #B474E7: hue angle of 273.39º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B474E7 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 116 231 -
CMYK 0.22 0.50 0 0.09
HSL 273.39º 0.71% 0.68% -
HSV(B) 273.39º 0.5% 0.91% -
XYZ 39.49 27.96 78.92 -
YUV 148.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 180 116 231 0.22 0.50 0 0.09 273.39 0.71 0.68
Hex B4 74 E7 16 32 0 9 111 47 44
Octal 264 164 347 26 62 0 11 421 107 104
Binary 10110100 1110100 11100111 10110 110010 0 1001 100010001 1000111 1000100

Color Harmonies of #B474E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B474E7

Black with #B474E7

Text Example


Text Example

White with #B474E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B474E7; }

 p { color: rgb(180,116,231); }

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

background-color css

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

 a { background-color: rgb(180,116,231); }

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

border-color css

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

 span { border-color: rgb(180,116,231); }

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