Html Css Color HEX #B232B0 Fuchsia

📋 copy color: '#B232B0'

red 178 ◦ green 50 ◦ blue 176

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

Shades of Fuchsia #B232B0

Tints of Fuchsia #B232B0

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.38%

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

R = 44.06%
G = 12.38%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B232B0 (or 0xB232B0) is known color: Fuchsia. HEX triplet: B2, 32 and B0. RGB value is (178,50,176). Sum of RGB (Red+Green+Blue) = 178+50+176=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B232B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B232B0 is #4DCD4F. Grayscale: #666666. Windows color (decimal): -5098832 or 11547314. OLE color: 11547314.

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

Color convert

RGB 178 50 176 -
CMYK 0 0.72 0.01 0.30
HSL 300.94º 0.56% 0.45% -
HSV(B) 300.94º 0.72% 0.7% -
XYZ 27.34 14.88 42.51 -
YUV 102.64 169.41 181.75 -
System Red Green Blue C M Y K H S L
Decimal 178 50 176 0 0.72 0.01 0.30 300.94 0.56 0.45
Hex B2 32 B0 0 48 1 1E 12D 38 2D
Octal 262 62 260 0 110 1 36 455 70 55
Binary 10110010 110010 10110000 0 1001000 1 11110 100101101 111000 101101

Color Harmonies of #B232B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B232B0

Black with #B232B0

Text Example


Text Example

White with #B232B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B232B0; }

 p { color: rgb(178,50,176); }

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

background-color css

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

 a { background-color: rgb(178,50,176); }

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

border-color css

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

 span { border-color: rgb(178,50,176); }

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