Html Css Color HEX #B03CBA Fuchsia

📋 copy color: '#B03CBA'

red 176 ◦ green 60 ◦ blue 186

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

Shades of Fuchsia #B03CBA

Tints of Fuchsia #B03CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 41.71%
G = 14.22%
B = 44.08%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B03CBA (or 0xB03CBA) is known color: Fuchsia. HEX triplet: B0, 3C and BA. RGB value is (176,60,186). Sum of RGB (Red+Green+Blue) = 176+60+186=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #B03CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CBA is #4FC345. Grayscale: #6C6C6C. Windows color (decimal): -5227334 or 12205232. OLE color: 12205232.

HSL color Cylindrical-coordinate representation of color #B03CBA: hue angle of 295.24º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03CBA is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 60 186 -
CMYK 0.05 0.68 0 0.27
HSL 295.24º 0.51% 0.48% -
HSV(B) 295.24º 0.68% 0.73% -
XYZ 28.38 16.01 48.05 -
YUV 109.05 171.43 175.75 -
System Red Green Blue C M Y K H S L
Decimal 176 60 186 0.05 0.68 0 0.27 295.24 0.51 0.48
Hex B0 3C BA 5 44 0 1B 127 33 30
Octal 260 74 272 5 104 0 33 447 63 60
Binary 10110000 111100 10111010 101 1000100 0 11011 100100111 110011 110000

Color Harmonies of #B03CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03CBA

Black with #B03CBA

Text Example


Text Example

White with #B03CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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