Html Css Color HEX #B474E9 Medium Purple

📋 copy color: '#B474E9'

red 180 ◦ green 116 ◦ blue 233

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

Shades of Medium Purple #B474E9

Tints of Medium Purple #B474E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.05%

R = 34.03%
G = 21.93%
B = 44.05%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B474E9 (or 0xB474E9) is known color: Medium Purple. HEX triplet: B4, 74 and E9. RGB value is (180,116,233). Sum of RGB (Red+Green+Blue) = 180+116+233=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #B474E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B474E9 is #4B8B16. Grayscale: #949494. Windows color (decimal): -4950807 or 15299764. OLE color: 15299764.

HSL color Cylindrical-coordinate representation of color #B474E9: hue angle of 272.82º degrees, saturation: 0.73, 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 #B474E9 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 116 233 -
CMYK 0.23 0.50 0 0.09
HSL 272.82º 0.73% 0.68% -
HSV(B) 272.82º 0.5% 0.91% -
XYZ 39.78 28.08 80.41 -
YUV 148.47 175.7 150.49 -
System Red Green Blue C M Y K H S L
Decimal 180 116 233 0.23 0.50 0 0.09 272.82 0.73 0.68
Hex B4 74 E9 17 32 0 9 111 49 44
Octal 264 164 351 27 62 0 11 421 111 104
Binary 10110100 1110100 11101001 10111 110010 0 1001 100010001 1001001 1000100

Color Harmonies of #B474E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B474E9

Black with #B474E9

Text Example


Text Example

White with #B474E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B474E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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