Html Css Color HEX #B03DBA Fuchsia

📋 copy color: '#B03DBA'

red 176 ◦ green 61 ◦ blue 186

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

Shades of Fuchsia #B03DBA

Tints of Fuchsia #B03DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.42%

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

R = 41.61%
G = 14.42%
B = 43.97%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B03DBA (or 0xB03DBA) is known color: Fuchsia. HEX triplet: B0, 3D and BA. RGB value is (176,61,186). Sum of RGB (Red+Green+Blue) = 176+61+186=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #B03DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03DBA is #4FC245. Grayscale: #6D6D6D. Windows color (decimal): -5227078 or 12205488. OLE color: 12205488.

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

Color convert

RGB 176 61 186 -
CMYK 0.05 0.67 0 0.27
HSL 295.2º 0.51% 0.48% -
HSV(B) 295.2º 0.67% 0.73% -
XYZ 28.44 16.11 48.07 -
YUV 109.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 176 61 186 0.05 0.67 0 0.27 295.2 0.51 0.48
Hex B0 3D BA 5 43 0 1B 127 33 30
Octal 260 75 272 5 103 0 33 447 63 60
Binary 10110000 111101 10111010 101 1000011 0 11011 100100111 110011 110000

Color Harmonies of #B03DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03DBA

Black with #B03DBA

Text Example


Text Example

White with #B03DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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