Html Css Color HEX #B473EA Medium Purple

📋 copy color: '#B473EA'

red 180 ◦ green 115 ◦ blue 234

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

Shades of Medium Purple #B473EA

Tints of Medium Purple #B473EA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.74%

 BLUE value IS 234 (91.8% from 255) = 44.23%

R = 34.03%
G = 21.74%
B = 44.23%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B473EA (or 0xB473EA) is known color: Medium Purple. HEX triplet: B4, 73 and EA. RGB value is (180,115,234). Sum of RGB (Red+Green+Blue) = 180+115+234=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #B473EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B473EA is #4B8C15. Grayscale: #939393. Windows color (decimal): -4951062 or 15365044. OLE color: 15365044.

HSL color Cylindrical-coordinate representation of color #B473EA: hue angle of 272.77º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B473EA is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 115 234 -
CMYK 0.23 0.51 0 0.08
HSL 272.77º 0.74% 0.68% -
HSV(B) 272.77º 0.51% 0.92% -
XYZ 39.8 27.91 81.13 -
YUV 148 176.53 150.82 -
System Red Green Blue C M Y K H S L
Decimal 180 115 234 0.23 0.51 0 0.08 272.77 0.74 0.68
Hex B4 73 EA 17 33 0 8 111 4A 44
Octal 264 163 352 27 63 0 10 421 112 104
Binary 10110100 1110011 11101010 10111 110011 0 1000 100010001 1001010 1000100

Color Harmonies of #B473EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B473EA

Black with #B473EA

Text Example


Text Example

White with #B473EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B473EA; }

 p { color: rgb(180,115,234); }

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

background-color css

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

 a { background-color: rgb(180,115,234); }

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

border-color css

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

 span { border-color: rgb(180,115,234); }

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