Html Css Color HEX #BD28B4 Fuchsia

📋 copy color: '#BD28B4'

red 189 ◦ green 40 ◦ blue 180

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

Shades of Fuchsia #BD28B4

Tints of Fuchsia #BD28B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.01%

R = 46.21%
G = 9.78%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD28B4 (or 0xBD28B4) is known color: Fuchsia. HEX triplet: BD, 28 and B4. RGB value is (189,40,180). Sum of RGB (Red+Green+Blue) = 189+40+180=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD28B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28B4 is #42D74B. Grayscale: #646464. Windows color (decimal): -4380492 or 11806909. OLE color: 11806909.

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

Color convert

RGB 189 40 180 -
CMYK 0 0.79 0.05 0.26
HSL 303.62º 0.65% 0.45% -
HSV(B) 303.62º 0.79% 0.74% -
XYZ 29.98 15.63 44.62 -
YUV 100.51 172.86 191.12 -
System Red Green Blue C M Y K H S L
Decimal 189 40 180 0 0.79 0.05 0.26 303.62 0.65 0.45
Hex BD 28 B4 0 4F 5 1A 130 41 2D
Octal 275 50 264 0 117 5 32 460 101 55
Binary 10111101 101000 10110100 0 1001111 101 11010 100110000 1000001 101101

Color Harmonies of #BD28B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD28B4

Black with #BD28B4

Text Example


Text Example

White with #BD28B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD28B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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