Html Css Color HEX #B435B2 Fuchsia

📋 copy color: '#B435B2'

red 180 ◦ green 53 ◦ blue 178

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

Shades of Fuchsia #B435B2

Tints of Fuchsia #B435B2

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.9%

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

R = 43.8%
G = 12.9%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B435B2 (or 0xB435B2) is known color: Fuchsia. HEX triplet: B4, 35 and B2. RGB value is (180,53,178). Sum of RGB (Red+Green+Blue) = 180+53+178=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B435B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B435B2 is #4BCA4D. Grayscale: #686868. Windows color (decimal): -4966990 or 11679156. OLE color: 11679156.

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

Color convert

RGB 180 53 178 -
CMYK 0 0.71 0.01 0.29
HSL 300.94º 0.55% 0.46% -
HSV(B) 300.94º 0.71% 0.71% -
XYZ 28.13 15.46 43.62 -
YUV 105.22 169.08 181.34 -
System Red Green Blue C M Y K H S L
Decimal 180 53 178 0 0.71 0.01 0.29 300.94 0.55 0.46
Hex B4 35 B2 0 47 1 1D 12D 37 2E
Octal 264 65 262 0 107 1 35 455 67 56
Binary 10110100 110101 10110010 0 1000111 1 11101 100101101 110111 101110

Color Harmonies of #B435B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B435B2

Black with #B435B2

Text Example


Text Example

White with #B435B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B435B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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