Html Css Color HEX #B03AB0 Fuchsia

📋 copy color: '#B03AB0'

red 176 ◦ green 58 ◦ blue 176

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

Shades of Fuchsia #B03AB0

Tints of Fuchsia #B03AB0

RGB

 RED value IS 176 (69.14% from 255) = 42.93%

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

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

R = 42.93%
G = 14.15%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B03AB0 (or 0xB03AB0) is known color: Fuchsia. HEX triplet: B0, 3A and B0. RGB value is (176,58,176). Sum of RGB (Red+Green+Blue) = 176+58+176=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B03AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03AB0 is #4FC54F. Grayscale: #6A6A6A. Windows color (decimal): -5227856 or 11549360. OLE color: 11549360.

HSL color Cylindrical-coordinate representation of color #B03AB0: hue angle of 300º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03AB0 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 58 176 -
CMYK 0 0.67 0 0.31
HSL 300º 0.5% 0.46% -
HSV(B) 300º 0.67% 0.69% -
XYZ 27.25 15.39 42.61 -
YUV 106.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 176 58 176 0 0.67 0 0.31 300 0.5 0.46
Hex B0 3A B0 0 43 0 1F 12C 32 2E
Octal 260 72 260 0 103 0 37 454 62 56
Binary 10110000 111010 10110000 0 1000011 0 11111 100101100 110010 101110

Color Harmonies of #B03AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03AB0

Black with #B03AB0

Text Example


Text Example

White with #B03AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03AB0; }

 p { color: rgb(176,58,176); }

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

background-color css

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

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

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

border-color css

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

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

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