Html Css Color HEX #B434BB Fuchsia

📋 copy color: '#B434BB'

red 180 ◦ green 52 ◦ blue 187

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

Shades of Fuchsia #B434BB

Tints of Fuchsia #B434BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 42.96%
G = 12.41%
B = 44.63%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B434BB (or 0xB434BB) is known color: Fuchsia. HEX triplet: B4, 34 and BB. RGB value is (180,52,187). Sum of RGB (Red+Green+Blue) = 180+52+187=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #B434BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434BB is #4BCB44. Grayscale: #696969. Windows color (decimal): -4967237 or 12268724. OLE color: 12268724.

HSL color Cylindrical-coordinate representation of color #B434BB: hue angle of 296.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B434BB is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 52 187 -
CMYK 0.04 0.72 0 0.27
HSL 296.89º 0.56% 0.47% -
HSV(B) 296.89º 0.72% 0.73% -
XYZ 29.02 15.75 48.52 -
YUV 105.66 173.91 181.02 -
System Red Green Blue C M Y K H S L
Decimal 180 52 187 0.04 0.72 0 0.27 296.89 0.56 0.47
Hex B4 34 BB 4 48 0 1B 129 38 2F
Octal 264 64 273 4 110 0 33 451 70 57
Binary 10110100 110100 10111011 100 1001000 0 11011 100101001 111000 101111

Color Harmonies of #B434BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B434BB

Black with #B434BB

Text Example


Text Example

White with #B434BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B434BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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