Html Css Color HEX #B454BD Fuchsia

📋 copy color: '#B454BD'

red 180 ◦ green 84 ◦ blue 189

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

Shades of Fuchsia #B454BD

Tints of Fuchsia #B454BD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.54%

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 39.74%
G = 18.54%
B = 41.72%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B454BD (or 0xB454BD) is known color: Fuchsia. HEX triplet: B4, 54 and BD. RGB value is (180,84,189). Sum of RGB (Red+Green+Blue) = 180+84+189=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #B454BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B454BD is #4BAB42. Grayscale: #7C7C7C. Windows color (decimal): -4959043 or 12407988. OLE color: 12407988.

HSL color Cylindrical-coordinate representation of color #B454BD: hue angle of 294.86º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B454BD is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 84 189 -
CMYK 0.05 0.56 0 0.26
HSL 294.86º 0.44% 0.54% -
HSV(B) 294.86º 0.56% 0.74% -
XYZ 31.18 19.72 50.31 -
YUV 124.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 180 84 189 0.05 0.56 0 0.26 294.86 0.44 0.54
Hex B4 54 BD 5 38 0 1A 127 2C 36
Octal 264 124 275 5 70 0 32 447 54 66
Binary 10110100 1010100 10111101 101 111000 0 11010 100100111 101100 110110

Color Harmonies of #B454BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B454BD

Black with #B454BD

Text Example


Text Example

White with #B454BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B454BD; }

 p { color: rgb(180,84,189); }

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

background-color css

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

 a { background-color: rgb(180,84,189); }

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

border-color css

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

 span { border-color: rgb(180,84,189); }

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