Html Css Color HEX #BD29B2 Fuchsia

📋 copy color: '#BD29B2'

red 189 ◦ green 41 ◦ blue 178

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

Shades of Fuchsia #BD29B2

Tints of Fuchsia #BD29B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.63%

R = 46.32%
G = 10.05%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD29B2 (or 0xBD29B2) is known color: Fuchsia. HEX triplet: BD, 29 and B2. RGB value is (189,41,178). Sum of RGB (Red+Green+Blue) = 189+41+178=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD29B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD29B2 is #42D64D. Grayscale: #646464. Windows color (decimal): -4380238 or 11676093. OLE color: 11676093.

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

Color convert

RGB 189 41 178 -
CMYK 0 0.78 0.06 0.26
HSL 304.46º 0.64% 0.45% -
HSV(B) 304.46º 0.78% 0.74% -
XYZ 29.82 15.62 43.56 -
YUV 100.87 171.53 190.86 -
System Red Green Blue C M Y K H S L
Decimal 189 41 178 0 0.78 0.06 0.26 304.46 0.64 0.45
Hex BD 29 B2 0 4E 6 1A 130 40 2D
Octal 275 51 262 0 116 6 32 460 100 55
Binary 10111101 101001 10110010 0 1001110 110 11010 100110000 1000000 101101

Color Harmonies of #BD29B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29B2

Black with #BD29B2

Text Example


Text Example

White with #BD29B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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