Html Css Color HEX #B434BE Fuchsia

📋 copy color: '#B434BE'

red 180 ◦ green 52 ◦ blue 190

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

Shades of Fuchsia #B434BE

Tints of Fuchsia #B434BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 42.65%
G = 12.32%
B = 45.02%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B434BE (or 0xB434BE) is known color: Fuchsia. HEX triplet: B4, 34 and BE. RGB value is (180,52,190). Sum of RGB (Red+Green+Blue) = 180+52+190=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #B434BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434BE is #4BCB41. Grayscale: #696969. Windows color (decimal): -4967234 or 12465332. OLE color: 12465332.

HSL color Cylindrical-coordinate representation of color #B434BE: hue angle of 295.65º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B434BE is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 52 190 -
CMYK 0.05 0.73 0 0.25
HSL 295.65º 0.57% 0.47% -
HSV(B) 295.65º 0.73% 0.75% -
XYZ 29.34 15.88 50.23 -
YUV 106 175.41 180.78 -
System Red Green Blue C M Y K H S L
Decimal 180 52 190 0.05 0.73 0 0.25 295.65 0.57 0.47
Hex B4 34 BE 5 49 0 19 128 39 2F
Octal 264 64 276 5 111 0 31 450 71 57
Binary 10110100 110100 10111110 101 1001001 0 11001 100101000 111001 101111

Color Harmonies of #B434BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B434BE

Black with #B434BE

Text Example


Text Example

White with #B434BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B434BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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