Html Css Color HEX #BD28B1 Fuchsia

📋 copy color: '#BD28B1'

red 189 ◦ green 40 ◦ blue 177

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

Shades of Fuchsia #BD28B1

Tints of Fuchsia #BD28B1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.85%

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

R = 46.55%
G = 9.85%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD28B1 (or 0xBD28B1) is known color: Fuchsia. HEX triplet: BD, 28 and B1. RGB value is (189,40,177). Sum of RGB (Red+Green+Blue) = 189+40+177=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD28B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD28B1 is #42D74E. Grayscale: #636363. Windows color (decimal): -4380495 or 11610301. OLE color: 11610301.

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

Color convert

RGB 189 40 177 -
CMYK 0 0.79 0.06 0.26
HSL 304.83º 0.65% 0.45% -
HSV(B) 304.83º 0.79% 0.74% -
XYZ 29.68 15.51 43.02 -
YUV 100.17 171.36 191.36 -
System Red Green Blue C M Y K H S L
Decimal 189 40 177 0 0.79 0.06 0.26 304.83 0.65 0.45
Hex BD 28 B1 0 4F 6 1A 131 41 2D
Octal 275 50 261 0 117 6 32 461 101 55
Binary 10111101 101000 10110001 0 1001111 110 11010 100110001 1000001 101101

Color Harmonies of #BD28B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD28B1

Black with #BD28B1

Text Example


Text Example

White with #BD28B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD28B1; }

 p { color: rgb(189,40,177); }

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

background-color css

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

 a { background-color: rgb(189,40,177); }

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

border-color css

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

 span { border-color: rgb(189,40,177); }

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