Html Css Color HEX #BD35A9 Fuchsia

📋 copy color: '#BD35A9'

red 189 ◦ green 53 ◦ blue 169

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

Shades of Fuchsia #BD35A9

Tints of Fuchsia #BD35A9

RGB

 RED value IS 189 (74.22% from 255) = 45.99%

 GREEN value IS 53 (21.09% from 255) = 12.9%

 BLUE value IS 169 (66.41% from 255) = 41.12%

R = 45.99%
G = 12.9%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD35A9 (or 0xBD35A9) is known color: Fuchsia. HEX triplet: BD, 35 and A9. RGB value is (189,53,169). Sum of RGB (Red+Green+Blue) = 189+53+169=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD35A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD35A9 is #42CA56. Grayscale: #6A6A6A. Windows color (decimal): -4377175 or 11089341. OLE color: 11089341.

HSL color Cylindrical-coordinate representation of color #BD35A9: hue angle of 308.82º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD35A9 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 53 169 -
CMYK 0 0.72 0.11 0.26
HSL 308.82º 0.56% 0.47% -
HSV(B) 308.82º 0.72% 0.74% -
XYZ 29.42 16.23 39.12 -
YUV 106.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 189 53 169 0 0.72 0.11 0.26 308.82 0.56 0.47
Hex BD 35 A9 0 48 B 1A 135 38 2F
Octal 275 65 251 0 110 13 32 465 70 57
Binary 10111101 110101 10101001 0 1001000 1011 11010 100110101 111000 101111

Color Harmonies of #BD35A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD35A9

Black with #BD35A9

Text Example


Text Example

White with #BD35A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD35A9; }

 p { color: rgb(189,53,169); }

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

background-color css

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

 a { background-color: rgb(189,53,169); }

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

border-color css

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

 span { border-color: rgb(189,53,169); }

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