Html Css Color HEX #B23AB3 Fuchsia

📋 copy color: '#B23AB3'

red 178 ◦ green 58 ◦ blue 179

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

Shades of Fuchsia #B23AB3

Tints of Fuchsia #B23AB3

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.98%

 BLUE value IS 179 (70.31% from 255) = 43.13%

R = 42.89%
G = 13.98%
B = 43.13%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B23AB3 (or 0xB23AB3) is known color: Fuchsia. HEX triplet: B2, 3A and B3. RGB value is (178,58,179). Sum of RGB (Red+Green+Blue) = 178+58+179=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 179 - color contains mainly: blue. Hex color #B23AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23AB3 is #4DC54C. Grayscale: #6B6B6B. Windows color (decimal): -5096781 or 11745970. OLE color: 11745970.

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

Color convert

RGB 178 58 179 -
CMYK 0.01 0.68 0 0.30
HSL 299.5º 0.51% 0.46% -
HSV(B) 299.5º 0.68% 0.7% -
XYZ 28.01 15.75 44.21 -
YUV 107.67 168.26 178.16 -
System Red Green Blue C M Y K H S L
Decimal 178 58 179 0.01 0.68 0 0.30 299.5 0.51 0.46
Hex B2 3A B3 1 44 0 1E 12C 33 2E
Octal 262 72 263 1 104 0 36 454 63 56
Binary 10110010 111010 10110011 1 1000100 0 11110 100101100 110011 101110

Color Harmonies of #B23AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23AB3

Black with #B23AB3

Text Example


Text Example

White with #B23AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23AB3; }

 p { color: rgb(178,58,179); }

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

background-color css

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

 a { background-color: rgb(178,58,179); }

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

border-color css

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

 span { border-color: rgb(178,58,179); }

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