Html Css Color HEX #B35DB1 Fuchsia

📋 copy color: '#B35DB1'

red 179 ◦ green 93 ◦ blue 177

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

Shades of Fuchsia #B35DB1

Tints of Fuchsia #B35DB1

RGB

 RED value IS 179 (70.31% from 255) = 39.87%

 GREEN value IS 93 (36.72% from 255) = 20.71%

 BLUE value IS 177 (69.53% from 255) = 39.42%

R = 39.87%
G = 20.71%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B35DB1 (or 0xB35DB1) is known color: Fuchsia. HEX triplet: B3, 5D and B1. RGB value is (179,93,177). Sum of RGB (Red+Green+Blue) = 179+93+177=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B35DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35DB1 is #4CA24E. Grayscale: #808080. Windows color (decimal): -5022287 or 11623859. OLE color: 11623859.

HSL color Cylindrical-coordinate representation of color #B35DB1: hue angle of 301.4º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B35DB1 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 93 177 -
CMYK 0 0.48 0.01 0.30
HSL 301.4º 0.36% 0.53% -
HSV(B) 301.4º 0.48% 0.7% -
XYZ 30.44 20.59 43.96 -
YUV 128.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 179 93 177 0 0.48 0.01 0.30 301.4 0.36 0.53
Hex B3 5D B1 0 30 1 1E 12D 24 35
Octal 263 135 261 0 60 1 36 455 44 65
Binary 10110011 1011101 10110001 0 110000 1 11110 100101101 100100 110101

Color Harmonies of #B35DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35DB1

Black with #B35DB1

Text Example


Text Example

White with #B35DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35DB1; }

 p { color: rgb(179,93,177); }

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

background-color css

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

 a { background-color: rgb(179,93,177); }

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

border-color css

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

 span { border-color: rgb(179,93,177); }

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