Html Css Color HEX #B455B4 Fuchsia

📋 copy color: '#B455B4'

red 180 ◦ green 85 ◦ blue 180

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

Shades of Fuchsia #B455B4

Tints of Fuchsia #B455B4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.1%

 BLUE value IS 180 (70.7% from 255) = 40.45%

R = 40.45%
G = 19.1%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B455B4 (or 0xB455B4) is known color: Fuchsia. HEX triplet: B4, 55 and B4. RGB value is (180,85,180). Sum of RGB (Red+Green+Blue) = 180+85+180=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B455B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B455B4 is #4BAA4B. Grayscale: #7B7B7B. Windows color (decimal): -4958796 or 11818420. OLE color: 11818420.

HSL color Cylindrical-coordinate representation of color #B455B4: hue angle of 300º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B455B4 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 85 180 -
CMYK 0 0.53 0 0.29
HSL 300º 0.39% 0.52% -
HSV(B) 300º 0.53% 0.71% -
XYZ 30.31 19.5 45.35 -
YUV 124.24 159.47 167.78 -
System Red Green Blue C M Y K H S L
Decimal 180 85 180 0 0.53 0 0.29 300 0.39 0.52
Hex B4 55 B4 0 35 0 1D 12C 27 34
Octal 264 125 264 0 65 0 35 454 47 64
Binary 10110100 1010101 10110100 0 110101 0 11101 100101100 100111 110100

Color Harmonies of #B455B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B455B4

Black with #B455B4

Text Example


Text Example

White with #B455B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B455B4; }

 p { color: rgb(180,85,180); }

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

background-color css

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

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

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

border-color css

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

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

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