Html Css Color HEX #B434B0 Fuchsia

📋 copy color: '#B434B0'

red 180 ◦ green 52 ◦ blue 176

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

Shades of Fuchsia #B434B0

Tints of Fuchsia #B434B0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.75%

 BLUE value IS 176 (69.14% from 255) = 43.14%

R = 44.12%
G = 12.75%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B434B0 (or 0xB434B0) is known color: Fuchsia. HEX triplet: B4, 34 and B0. RGB value is (180,52,176). Sum of RGB (Red+Green+Blue) = 180+52+176=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B434B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B434B0 is #4BCB4F. Grayscale: #686868. Windows color (decimal): -4967248 or 11547828. OLE color: 11547828.

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

Color convert

RGB 180 52 176 -
CMYK 0 0.71 0.02 0.29
HSL 301.88º 0.55% 0.45% -
HSV(B) 301.88º 0.71% 0.71% -
XYZ 27.89 15.29 42.56 -
YUV 104.41 168.41 181.92 -
System Red Green Blue C M Y K H S L
Decimal 180 52 176 0 0.71 0.02 0.29 301.88 0.55 0.45
Hex B4 34 B0 0 47 2 1D 12E 37 2D
Octal 264 64 260 0 107 2 35 456 67 55
Binary 10110100 110100 10110000 0 1000111 10 11101 100101110 110111 101101

Color Harmonies of #B434B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B434B0

Black with #B434B0

Text Example


Text Example

White with #B434B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B434B0; }

 p { color: rgb(180,52,176); }

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

background-color css

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

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

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

border-color css

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

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

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