Html Css Color HEX #B474EF Medium Purple

📋 copy color: '#B474EF'

red 180 ◦ green 116 ◦ blue 239

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

Shades of Medium Purple #B474EF

Tints of Medium Purple #B474EF

RGB

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

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

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

R = 33.64%
G = 21.68%
B = 44.67%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B474EF (or 0xB474EF) is known color: Medium Purple. HEX triplet: B4, 74 and EF. RGB value is (180,116,239). Sum of RGB (Red+Green+Blue) = 180+116+239=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #B474EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B474EF is #4B8B10. Grayscale: #949494. Windows color (decimal): -4950801 or 15692980. OLE color: 15692980.

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

Color convert

RGB 180 116 239 -
CMYK 0.25 0.51 0 0.06
HSL 271.22º 0.79% 0.7% -
HSV(B) 271.22º 0.51% 0.94% -
XYZ 40.65 28.43 85.01 -
YUV 149.16 178.7 150 -
System Red Green Blue C M Y K H S L
Decimal 180 116 239 0.25 0.51 0 0.06 271.22 0.79 0.7
Hex B4 74 EF 19 33 0 6 10F 4F 46
Octal 264 164 357 31 63 0 6 417 117 106
Binary 10110100 1110100 11101111 11001 110011 0 110 100001111 1001111 1000110

Color Harmonies of #B474EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B474EF

Black with #B474EF

Text Example


Text Example

White with #B474EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B474EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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