Html Css Color HEX #B03CB1 Fuchsia

📋 copy color: '#B03CB1'

red 176 ◦ green 60 ◦ blue 177

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

Shades of Fuchsia #B03CB1

Tints of Fuchsia #B03CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.86%

R = 42.62%
G = 14.53%
B = 42.86%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B03CB1 (or 0xB03CB1) is known color: Fuchsia. HEX triplet: B0, 3C and B1. RGB value is (176,60,177). Sum of RGB (Red+Green+Blue) = 176+60+177=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 177 - color contains mainly: blue. Hex color #B03CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03CB1 is #4FC34E. Grayscale: #6B6B6B. Windows color (decimal): -5227343 or 11615408. OLE color: 11615408.

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

Color convert

RGB 176 60 177 -
CMYK 0.01 0.66 0 0.31
HSL 299.49º 0.49% 0.46% -
HSV(B) 299.49º 0.66% 0.69% -
XYZ 27.46 15.64 43.17 -
YUV 108.02 166.93 176.49 -
System Red Green Blue C M Y K H S L
Decimal 176 60 177 0.01 0.66 0 0.31 299.49 0.49 0.46
Hex B0 3C B1 1 42 0 1F 12B 31 2E
Octal 260 74 261 1 102 0 37 453 61 56
Binary 10110000 111100 10110001 1 1000010 0 11111 100101011 110001 101110

Color Harmonies of #B03CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03CB1

Black with #B03CB1

Text Example


Text Example

White with #B03CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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