Html Css Color HEX #BD29B0 Fuchsia

📋 copy color: '#BD29B0'

red 189 ◦ green 41 ◦ blue 176

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

Shades of Fuchsia #BD29B0

Tints of Fuchsia #BD29B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.35%

R = 46.55%
G = 10.1%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD29B0 (or 0xBD29B0) is known color: Fuchsia. HEX triplet: BD, 29 and B0. RGB value is (189,41,176). Sum of RGB (Red+Green+Blue) = 189+41+176=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD29B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD29B0 is #42D64F. Grayscale: #646464. Windows color (decimal): -4380240 or 11545021. OLE color: 11545021.

HSL color Cylindrical-coordinate representation of color #BD29B0: hue angle of 305.27º 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 #BD29B0 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 41 176 -
CMYK 0 0.78 0.07 0.26
HSL 305.27º 0.64% 0.45% -
HSV(B) 305.27º 0.78% 0.74% -
XYZ 29.62 15.54 42.51 -
YUV 100.64 170.53 191.02 -
System Red Green Blue C M Y K H S L
Decimal 189 41 176 0 0.78 0.07 0.26 305.27 0.64 0.45
Hex BD 29 B0 0 4E 7 1A 131 40 2D
Octal 275 51 260 0 116 7 32 461 100 55
Binary 10111101 101001 10110000 0 1001110 111 11010 100110001 1000000 101101

Color Harmonies of #BD29B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29B0

Black with #BD29B0

Text Example


Text Example

White with #BD29B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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