Html Css Color HEX #BD45B2 Fuchsia

📋 copy color: '#BD45B2'

red 189 ◦ green 69 ◦ blue 178

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

Shades of Fuchsia #BD45B2

Tints of Fuchsia #BD45B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 43.35%
G = 15.83%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD45B2 (or 0xBD45B2) is known color: Fuchsia. HEX triplet: BD, 45 and B2. RGB value is (189,69,178). Sum of RGB (Red+Green+Blue) = 189+69+178=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD45B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD45B2 is #42BA4D. Grayscale: #747474. Windows color (decimal): -4373070 or 11683261. OLE color: 11683261.

HSL color Cylindrical-coordinate representation of color #BD45B2: hue angle of 305.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 #BD45B2 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 178 -
CMYK 0 0.63 0.06 0.26
HSL 305.5º 0.48% 0.51% -
HSV(B) 305.5º 0.63% 0.74% -
XYZ 31.15 18.29 44.01 -
YUV 117.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 189 69 178 0 0.63 0.06 0.26 305.5 0.48 0.51
Hex BD 45 B2 0 3F 6 1A 132 30 33
Octal 275 105 262 0 77 6 32 462 60 63
Binary 10111101 1000101 10110010 0 111111 110 11010 100110010 110000 110011

Color Harmonies of #BD45B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD45B2

Black with #BD45B2

Text Example


Text Example

White with #BD45B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD45B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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