Html Css Color HEX #B455B2 Fuchsia

📋 copy color: '#B455B2'

red 180 ◦ green 85 ◦ blue 178

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

Shades of Fuchsia #B455B2

Tints of Fuchsia #B455B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.18%

R = 40.63%
G = 19.19%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B455B2 (or 0xB455B2) is known color: Fuchsia. HEX triplet: B4, 55 and B2. RGB value is (180,85,178). Sum of RGB (Red+Green+Blue) = 180+85+178=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B455B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B455B2 is #4BAA4D. Grayscale: #7B7B7B. Windows color (decimal): -4958798 or 11687348. OLE color: 11687348.

HSL color Cylindrical-coordinate representation of color #B455B2: hue angle of 301.26º 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 #B455B2 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 85 178 -
CMYK 0 0.53 0.01 0.29
HSL 301.26º 0.39% 0.52% -
HSV(B) 301.26º 0.53% 0.71% -
XYZ 30.11 19.41 44.28 -
YUV 124.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 180 85 178 0 0.53 0.01 0.29 301.26 0.39 0.52
Hex B4 55 B2 0 35 1 1D 12D 27 34
Octal 264 125 262 0 65 1 35 455 47 64
Binary 10110100 1010101 10110010 0 110101 1 11101 100101101 100111 110100

Color Harmonies of #B455B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B455B2

Black with #B455B2

Text Example


Text Example

White with #B455B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B455B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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