Html Css Color HEX #B234AB Fuchsia

📋 copy color: '#B234AB'

red 178 ◦ green 52 ◦ blue 171

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

Shades of Fuchsia #B234AB

Tints of Fuchsia #B234AB

RGB

 RED value IS 178 (69.92% from 255) = 44.39%

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

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 44.39%
G = 12.97%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B234AB (or 0xB234AB) is known color: Fuchsia. HEX triplet: B2, 34 and AB. RGB value is (178,52,171). Sum of RGB (Red+Green+Blue) = 178+52+171=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B234AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B234AB is #4DCB54. Grayscale: #666666. Windows color (decimal): -5098325 or 11220146. OLE color: 11220146.

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

Color convert

RGB 178 52 171 -
CMYK 0 0.71 0.04 0.30
HSL 303.33º 0.55% 0.45% -
HSV(B) 303.33º 0.71% 0.7% -
XYZ 26.94 14.86 39.98 -
YUV 103.24 166.24 181.32 -
System Red Green Blue C M Y K H S L
Decimal 178 52 171 0 0.71 0.04 0.30 303.33 0.55 0.45
Hex B2 34 AB 0 47 4 1E 12F 37 2D
Octal 262 64 253 0 107 4 36 457 67 55
Binary 10110010 110100 10101011 0 1000111 100 11110 100101111 110111 101101

Color Harmonies of #B234AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B234AB

Black with #B234AB

Text Example


Text Example

White with #B234AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B234AB; }

 p { color: rgb(178,52,171); }

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

background-color css

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

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

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

border-color css

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

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

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