Html Css Color HEX #B473EF Medium Purple

📋 copy color: '#B473EF'

red 180 ◦ green 115 ◦ blue 239

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

Shades of Medium Purple #B473EF

Tints of Medium Purple #B473EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 33.71%
G = 21.54%
B = 44.76%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B473EF (or 0xB473EF) is known color: Medium Purple. HEX triplet: B4, 73 and EF. RGB value is (180,115,239). Sum of RGB (Red+Green+Blue) = 180+115+239=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #B473EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B473EF is #4B8C10. Grayscale: #949494. Windows color (decimal): -4951057 or 15692724. OLE color: 15692724.

HSL color Cylindrical-coordinate representation of color #B473EF: hue angle of 271.45º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B473EF is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 115 239 -
CMYK 0.25 0.52 0 0.06
HSL 271.45º 0.79% 0.69% -
HSV(B) 271.45º 0.52% 0.94% -
XYZ 40.53 28.2 84.97 -
YUV 148.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 180 115 239 0.25 0.52 0 0.06 271.45 0.79 0.69
Hex B4 73 EF 19 34 0 6 10F 4F 45
Octal 264 163 357 31 64 0 6 417 117 105
Binary 10110100 1110011 11101111 11001 110100 0 110 100001111 1001111 1000101

Color Harmonies of #B473EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B473EF

Black with #B473EF

Text Example


Text Example

White with #B473EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B473EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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