Html Css Color HEX #B434B4 Fuchsia

📋 copy color: '#B434B4'

red 180 ◦ green 52 ◦ blue 180

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

Shades of Fuchsia #B434B4

Tints of Fuchsia #B434B4

RGB

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

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

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

R = 43.69%
G = 12.62%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B434B4 (or 0xB434B4) is known color: Fuchsia. HEX triplet: B4, 34 and B4. RGB value is (180,52,180). Sum of RGB (Red+Green+Blue) = 180+52+180=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B434B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434B4 is #4BCB4B. Grayscale: #686868. Windows color (decimal): -4967244 or 11809972. OLE color: 11809972.

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

Color convert

RGB 180 52 180 -
CMYK 0 0.71 0 0.29
HSL 300º 0.55% 0.45% -
HSV(B) 300º 0.71% 0.71% -
XYZ 28.29 15.45 44.67 -
YUV 104.86 170.41 181.59 -
System Red Green Blue C M Y K H S L
Decimal 180 52 180 0 0.71 0 0.29 300 0.55 0.45
Hex B4 34 B4 0 47 0 1D 12C 37 2D
Octal 264 64 264 0 107 0 35 454 67 55
Binary 10110100 110100 10110100 0 1000111 0 11101 100101100 110111 101101

Color Harmonies of #B434B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B434B4

Black with #B434B4

Text Example


Text Example

White with #B434B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B434B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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