Html Css Color HEX #B03CB4 Fuchsia

📋 copy color: '#B03CB4'

red 176 ◦ green 60 ◦ blue 180

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

Shades of Fuchsia #B03CB4

Tints of Fuchsia #B03CB4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.42%

 BLUE value IS 180 (70.7% from 255) = 43.27%

R = 42.31%
G = 14.42%
B = 43.27%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B03CB4 (or 0xB03CB4) is known color: Fuchsia. HEX triplet: B0, 3C and B4. RGB value is (176,60,180). Sum of RGB (Red+Green+Blue) = 176+60+180=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 180 - color contains mainly: blue. Hex color #B03CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CB4 is #4FC34B. Grayscale: #6B6B6B. Windows color (decimal): -5227340 or 11812016. OLE color: 11812016.

HSL color Cylindrical-coordinate representation of color #B03CB4: hue angle of 298º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03CB4 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 60 180 -
CMYK 0.02 0.67 0 0.29
HSL 298º 0.5% 0.47% -
HSV(B) 298º 0.67% 0.71% -
XYZ 27.76 15.76 44.76 -
YUV 108.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 176 60 180 0.02 0.67 0 0.29 298 0.5 0.47
Hex B0 3C B4 2 43 0 1D 12A 32 2F
Octal 260 74 264 2 103 0 35 452 62 57
Binary 10110000 111100 10110100 10 1000011 0 11101 100101010 110010 101111

Color Harmonies of #B03CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03CB4

Black with #B03CB4

Text Example


Text Example

White with #B03CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03CB4; }

 p { color: rgb(176,60,180); }

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

background-color css

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

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

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

border-color css

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

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

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