Html Css Color HEX #BD29B5 Fuchsia

📋 copy color: '#BD29B5'

red 189 ◦ green 41 ◦ blue 181

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

Shades of Fuchsia #BD29B5

Tints of Fuchsia #BD29B5

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.98%

 BLUE value IS 181 (71.09% from 255) = 44.04%

R = 45.99%
G = 9.98%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BD29B5 (or 0xBD29B5) is known color: Fuchsia. HEX triplet: BD, 29 and B5. RGB value is (189,41,181). Sum of RGB (Red+Green+Blue) = 189+41+181=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD29B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD29B5 is #42D64A. Grayscale: #646464. Windows color (decimal): -4380235 or 11872701. OLE color: 11872701.

HSL color Cylindrical-coordinate representation of color #BD29B5: hue angle of 303.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD29B5 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 41 181 -
CMYK 0 0.78 0.04 0.26
HSL 303.24º 0.64% 0.45% -
HSV(B) 303.24º 0.78% 0.74% -
XYZ 30.12 15.74 45.17 -
YUV 101.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 189 41 181 0 0.78 0.04 0.26 303.24 0.64 0.45
Hex BD 29 B5 0 4E 4 1A 12F 40 2D
Octal 275 51 265 0 116 4 32 457 100 55
Binary 10111101 101001 10110101 0 1001110 100 11010 100101111 1000000 101101

Color Harmonies of #BD29B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29B5

Black with #BD29B5

Text Example


Text Example

White with #BD29B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29B5; }

 p { color: rgb(189,41,181); }

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

background-color css

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

 a { background-color: rgb(189,41,181); }

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

border-color css

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

 span { border-color: rgb(189,41,181); }

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