Html Css Color HEX #BD45B0 Fuchsia

📋 copy color: '#BD45B0'

red 189 ◦ green 69 ◦ blue 176

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

Shades of Fuchsia #BD45B0

Tints of Fuchsia #BD45B0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.9%

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

R = 43.55%
G = 15.9%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD45B0 (or 0xBD45B0) is known color: Fuchsia. HEX triplet: BD, 45 and B0. RGB value is (189,69,176). Sum of RGB (Red+Green+Blue) = 189+69+176=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD45B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD45B0 is #42BA4F. Grayscale: #747474. Windows color (decimal): -4373072 or 11552189. OLE color: 11552189.

HSL color Cylindrical-coordinate representation of color #BD45B0: hue angle of 306.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD45B0 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 176 -
CMYK 0 0.63 0.07 0.26
HSL 306.5º 0.48% 0.51% -
HSV(B) 306.5º 0.63% 0.74% -
XYZ 30.95 18.21 42.96 -
YUV 117.08 161.26 179.3 -
System Red Green Blue C M Y K H S L
Decimal 189 69 176 0 0.63 0.07 0.26 306.5 0.48 0.51
Hex BD 45 B0 0 3F 7 1A 132 30 33
Octal 275 105 260 0 77 7 32 462 60 63
Binary 10111101 1000101 10110000 0 111111 111 11010 100110010 110000 110011

Color Harmonies of #BD45B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD45B0

Black with #BD45B0

Text Example


Text Example

White with #BD45B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD45B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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