Html Css Color HEX #B474FF Medium Purple

📋 copy color: '#B474FF'

red 180 ◦ green 116 ◦ blue 255

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

Shades of Medium Purple #B474FF

Tints of Medium Purple #B474FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.28%

R = 32.67%
G = 21.05%
B = 46.28%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B474FF (or 0xB474FF) is known color: Medium Purple. HEX triplet: B4, 74 and FF. RGB value is (180,116,255). Sum of RGB (Red+Green+Blue) = 180+116+255=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #B474FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B474FF is #4B8B00. Grayscale: #969696. Windows color (decimal): -4950785 or 16741556. OLE color: 16741556.

HSL color Cylindrical-coordinate representation of color #B474FF: hue angle of 267.63º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B474FF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 116 255 -
CMYK 0.29 0.55 0 0
HSL 267.63º 1% 0.73% -
HSV(B) 267.63º 0.55% 1% -
XYZ 43.12 29.41 98.01 -
YUV 150.98 186.7 148.7 -
System Red Green Blue C M Y K H S L
Decimal 180 116 255 0.29 0.55 0 0 267.63 1 0.73
Hex B4 74 FF 1D 37 0 0 10C 64 49
Octal 264 164 377 35 67 0 0 414 144 111
Binary 10110100 1110100 11111111 11101 110111 0 0 100001100 1100100 1001001

Color Harmonies of #B474FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B474FF

Black with #B474FF

Text Example


Text Example

White with #B474FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B474FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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