Html Css Color HEX #B03CC1 Fuchsia

📋 copy color: '#B03CC1'

red 176 ◦ green 60 ◦ blue 193

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

Shades of Fuchsia #B03CC1

Tints of Fuchsia #B03CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.99%

R = 41.03%
G = 13.99%
B = 44.99%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B03CC1 (or 0xB03CC1) is known color: Fuchsia. HEX triplet: B0, 3C and C1. RGB value is (176,60,193). Sum of RGB (Red+Green+Blue) = 176+60+193=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #B03CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CC1 is #4FC33E. Grayscale: #6D6D6D. Windows color (decimal): -5227327 or 12663984. OLE color: 12663984.

HSL color Cylindrical-coordinate representation of color #B03CC1: hue angle of 292.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03CC1 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 60 193 -
CMYK 0.09 0.69 0 0.24
HSL 292.33º 0.53% 0.5% -
HSV(B) 292.33º 0.69% 0.76% -
XYZ 29.15 16.31 52.06 -
YUV 109.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 176 60 193 0.09 0.69 0 0.24 292.33 0.53 0.5
Hex B0 3C C1 9 45 0 18 124 35 32
Octal 260 74 301 11 105 0 30 444 65 62
Binary 10110000 111100 11000001 1001 1000101 0 11000 100100100 110101 110010

Color Harmonies of #B03CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03CC1

Black with #B03CC1

Text Example


Text Example

White with #B03CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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