Html Css Color HEX #BD28B3 Fuchsia

📋 copy color: '#BD28B3'

red 189 ◦ green 40 ◦ blue 179

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

Shades of Fuchsia #BD28B3

Tints of Fuchsia #BD28B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.87%

R = 46.32%
G = 9.8%
B = 43.87%

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

#BD28B3 (or 0xBD28B3) is known color: Fuchsia. HEX triplet: BD, 28 and B3. RGB value is (189,40,179). Sum of RGB (Red+Green+Blue) = 189+40+179=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD28B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28B3 is #42D74C. Grayscale: #636363. Windows color (decimal): -4380493 or 11741373. OLE color: 11741373.

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

Color convert

RGB 189 40 179 -
CMYK 0 0.79 0.05 0.26
HSL 304.03º 0.65% 0.45% -
HSV(B) 304.03º 0.79% 0.74% -
XYZ 29.88 15.59 44.08 -
YUV 100.4 172.36 191.2 -
System Red Green Blue C M Y K H S L
Decimal 189 40 179 0 0.79 0.05 0.26 304.03 0.65 0.45
Hex BD 28 B3 0 4F 5 1A 130 41 2D
Octal 275 50 263 0 117 5 32 460 101 55
Binary 10111101 101000 10110011 0 1001111 101 11010 100110000 1000001 101101

Color Harmonies of #BD28B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD28B3

Black with #BD28B3

Text Example


Text Example

White with #BD28B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD28B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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