Html Css Color HEX #B03EBA Fuchsia

📋 copy color: '#B03EBA'

red 176 ◦ green 62 ◦ blue 186

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

Shades of Fuchsia #B03EBA

Tints of Fuchsia #B03EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.62%

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

R = 41.51%
G = 14.62%
B = 43.87%

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

#B03EBA (or 0xB03EBA) is known color: Fuchsia. HEX triplet: B0, 3E and BA. RGB value is (176,62,186). Sum of RGB (Red+Green+Blue) = 176+62+186=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #B03EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03EBA is #4FC145. Grayscale: #6D6D6D. Windows color (decimal): -5226822 or 12205744. OLE color: 12205744.

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

Color convert

RGB 176 62 186 -
CMYK 0.05 0.67 0 0.27
HSL 295.16º 0.5% 0.49% -
HSV(B) 295.16º 0.67% 0.73% -
XYZ 28.49 16.22 48.08 -
YUV 110.22 170.77 174.92 -
System Red Green Blue C M Y K H S L
Decimal 176 62 186 0.05 0.67 0 0.27 295.16 0.5 0.49
Hex B0 3E BA 5 43 0 1B 127 32 31
Octal 260 76 272 5 103 0 33 447 62 61
Binary 10110000 111110 10111010 101 1000011 0 11011 100100111 110010 110001

Color Harmonies of #B03EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03EBA

Black with #B03EBA

Text Example


Text Example

White with #B03EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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