Html Css Color HEX #BD28BE Fuchsia

📋 copy color: '#BD28BE'

red 189 ◦ green 40 ◦ blue 190

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

Shades of Fuchsia #BD28BE

Tints of Fuchsia #BD28BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.35%

R = 45.11%
G = 9.55%
B = 45.35%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD28BE (or 0xBD28BE) is known color: Fuchsia. HEX triplet: BD, 28 and BE. RGB value is (189,40,190). Sum of RGB (Red+Green+Blue) = 189+40+190=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD28BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28BE is #42D741. Grayscale: #656565. Windows color (decimal): -4380482 or 12462269. OLE color: 12462269.

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

Color convert

RGB 189 40 190 -
CMYK 0.01 0.79 0 0.25
HSL 299.6º 0.65% 0.45% -
HSV(B) 299.6º 0.79% 0.75% -
XYZ 31.04 16.05 50.18 -
YUV 101.65 177.86 190.3 -
System Red Green Blue C M Y K H S L
Decimal 189 40 190 0.01 0.79 0 0.25 299.6 0.65 0.45
Hex BD 28 BE 1 4F 0 19 12C 41 2D
Octal 275 50 276 1 117 0 31 454 101 55
Binary 10111101 101000 10111110 1 1001111 0 11001 100101100 1000001 101101

Color Harmonies of #BD28BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD28BE

Black with #BD28BE

Text Example


Text Example

White with #BD28BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD28BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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