Html Css Color HEX #BD28B5 Fuchsia

📋 copy color: '#BD28B5'

red 189 ◦ green 40 ◦ blue 181

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

Shades of Fuchsia #BD28B5

Tints of Fuchsia #BD28B5

RGB

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

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

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

R = 46.1%
G = 9.76%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BD28B5 (or 0xBD28B5) is known color: Fuchsia. HEX triplet: BD, 28 and B5. RGB value is (189,40,181). Sum of RGB (Red+Green+Blue) = 189+40+181=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD28B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28B5 is #42D74A. Grayscale: #646464. Windows color (decimal): -4380491 or 11872445. OLE color: 11872445.

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

Color convert

RGB 189 40 181 -
CMYK 0 0.79 0.04 0.26
HSL 303.22º 0.65% 0.45% -
HSV(B) 303.22º 0.79% 0.74% -
XYZ 30.09 15.67 45.16 -
YUV 100.63 173.36 191.04 -
System Red Green Blue C M Y K H S L
Decimal 189 40 181 0 0.79 0.04 0.26 303.22 0.65 0.45
Hex BD 28 B5 0 4F 4 1A 12F 41 2D
Octal 275 50 265 0 117 4 32 457 101 55
Binary 10111101 101000 10110101 0 1001111 100 11010 100101111 1000001 101101

Color Harmonies of #BD28B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD28B5

Black with #BD28B5

Text Example


Text Example

White with #BD28B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD28B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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