Html Css Color HEX #B03BBD Fuchsia

📋 copy color: '#B03BBD'

red 176 ◦ green 59 ◦ blue 189

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

Shades of Fuchsia #B03BBD

Tints of Fuchsia #B03BBD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.92%

 BLUE value IS 189 (74.22% from 255) = 44.58%

R = 41.51%
G = 13.92%
B = 44.58%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B03BBD (or 0xB03BBD) is known color: Fuchsia. HEX triplet: B0, 3B and BD. RGB value is (176,59,189). Sum of RGB (Red+Green+Blue) = 176+59+189=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #B03BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03BBD is #4FC442. Grayscale: #6C6C6C. Windows color (decimal): -5227587 or 12401584. OLE color: 12401584.

HSL color Cylindrical-coordinate representation of color #B03BBD: hue angle of 294º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03BBD is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 59 189 -
CMYK 0.07 0.69 0 0.26
HSL 294º 0.52% 0.49% -
HSV(B) 294º 0.69% 0.74% -
XYZ 28.65 16.03 49.73 -
YUV 108.8 173.26 175.93 -
System Red Green Blue C M Y K H S L
Decimal 176 59 189 0.07 0.69 0 0.26 294 0.52 0.49
Hex B0 3B BD 7 45 0 1A 126 34 31
Octal 260 73 275 7 105 0 32 446 64 61
Binary 10110000 111011 10111101 111 1000101 0 11010 100100110 110100 110001

Color Harmonies of #B03BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03BBD

Black with #B03BBD

Text Example


Text Example

White with #B03BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03BBD; }

 p { color: rgb(176,59,189); }

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

background-color css

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

 a { background-color: rgb(176,59,189); }

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

border-color css

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

 span { border-color: rgb(176,59,189); }

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