Html Css Color HEX #FF478B Violet Red

📋 copy color: '#FF478B'

red 255 ◦ green 71 ◦ blue 139

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

Shades of Violet Red #FF478B

Tints of Violet Red #FF478B

RGB

 RED value IS 255 (100% from 255) = 54.84%

 GREEN value IS 71 (28.13% from 255) = 15.27%

 BLUE value IS 139 (54.69% from 255) = 29.89%

R = 54.84%
G = 15.27%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF478B (or 0xFF478B) is known color: Violet Red. HEX triplet: FF, 47 and 8B. RGB value is (255,71,139). Sum of RGB (Red+Green+Blue) = 255+71+139=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF478B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF478B is #00B874. Grayscale: #858585. Windows color (decimal): -47221 or 9127935. OLE color: 9127935.

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

Color convert

RGB 255 71 139 -
CMYK 0 0.72 0.45 0
HSL 337.83º 1% 0.64% -
HSV(B) 337.83º 0.72% 1% -
XYZ 48.15 27.63 27.22 -
YUV 133.77 130.96 214.47 -
System Red Green Blue C M Y K H S L
Decimal 255 71 139 0 0.72 0.45 0 337.83 1 0.64
Hex FF 47 8B 0 48 2D 0 152 64 40
Octal 377 107 213 0 110 55 0 522 144 100
Binary 11111111 1000111 10001011 0 1001000 101101 0 101010010 1100100 1000000

Color Harmonies of #FF478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF478B

Black with #FF478B

Text Example


Text Example

White with #FF478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF478B; }

 p { color: rgb(255,71,139); }

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

background-color css

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

 a { background-color: rgb(255,71,139); }

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

border-color css

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

 span { border-color: rgb(255,71,139); }

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