Html Css Color HEX #BD28B0 Fuchsia

📋 copy color: '#BD28B0'

red 189 ◦ green 40 ◦ blue 176

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

Shades of Fuchsia #BD28B0

Tints of Fuchsia #BD28B0

RGB

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

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

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

R = 46.67%
G = 9.88%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD28B0 (or 0xBD28B0) is known color: Fuchsia. HEX triplet: BD, 28 and B0. RGB value is (189,40,176). Sum of RGB (Red+Green+Blue) = 189+40+176=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD28B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD28B0 is #42D74F. Grayscale: #636363. Windows color (decimal): -4380496 or 11544765. OLE color: 11544765.

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

Color convert

RGB 189 40 176 -
CMYK 0 0.79 0.07 0.26
HSL 305.23º 0.65% 0.45% -
HSV(B) 305.23º 0.79% 0.74% -
XYZ 29.58 15.47 42.5 -
YUV 100.06 170.86 191.44 -
System Red Green Blue C M Y K H S L
Decimal 189 40 176 0 0.79 0.07 0.26 305.23 0.65 0.45
Hex BD 28 B0 0 4F 7 1A 131 41 2D
Octal 275 50 260 0 117 7 32 461 101 55
Binary 10111101 101000 10110000 0 1001111 111 11010 100110001 1000001 101101

Color Harmonies of #BD28B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD28B0

Black with #BD28B0

Text Example


Text Example

White with #BD28B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD28B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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