Html Css Color HEX #B03DB9 Fuchsia

📋 copy color: '#B03DB9'

red 176 ◦ green 61 ◦ blue 185

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

Shades of Fuchsia #B03DB9

Tints of Fuchsia #B03DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.84%

R = 41.71%
G = 14.45%
B = 43.84%

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

#B03DB9 (or 0xB03DB9) is known color: Fuchsia. HEX triplet: B0, 3D and B9. RGB value is (176,61,185). Sum of RGB (Red+Green+Blue) = 176+61+185=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #B03DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03DB9 is #4FC246. Grayscale: #6D6D6D. Windows color (decimal): -5227079 or 12139952. OLE color: 12139952.

HSL color Cylindrical-coordinate representation of color #B03DB9: hue angle of 295.65º degrees, saturation: 0.5, 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 #B03DB9 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 61 185 -
CMYK 0.05 0.67 0 0.27
HSL 295.65º 0.5% 0.48% -
HSV(B) 295.65º 0.67% 0.73% -
XYZ 28.33 16.07 47.51 -
YUV 109.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 176 61 185 0.05 0.67 0 0.27 295.65 0.5 0.48
Hex B0 3D B9 5 43 0 1B 128 32 30
Octal 260 75 271 5 103 0 33 450 62 60
Binary 10110000 111101 10111001 101 1000011 0 11011 100101000 110010 110000

Color Harmonies of #B03DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03DB9

Black with #B03DB9

Text Example


Text Example

White with #B03DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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