Html Css Color HEX #BD43B2 Fuchsia

📋 copy color: '#BD43B2'

red 189 ◦ green 67 ◦ blue 178

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

Shades of Fuchsia #BD43B2

Tints of Fuchsia #BD43B2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.44%

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

R = 43.55%
G = 15.44%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD43B2 (or 0xBD43B2) is known color: Fuchsia. HEX triplet: BD, 43 and B2. RGB value is (189,67,178). Sum of RGB (Red+Green+Blue) = 189+67+178=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD43B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD43B2 is #42BC4D. Grayscale: #737373. Windows color (decimal): -4373582 or 11682749. OLE color: 11682749.

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

Color convert

RGB 189 67 178 -
CMYK 0 0.65 0.06 0.26
HSL 305.41º 0.48% 0.5% -
HSV(B) 305.41º 0.65% 0.74% -
XYZ 31.03 18.05 43.97 -
YUV 116.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 189 67 178 0 0.65 0.06 0.26 305.41 0.48 0.5
Hex BD 43 B2 0 41 6 1A 131 30 32
Octal 275 103 262 0 101 6 32 461 60 62
Binary 10111101 1000011 10110010 0 1000001 110 11010 100110001 110000 110010

Color Harmonies of #BD43B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD43B2

Black with #BD43B2

Text Example


Text Example

White with #BD43B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD43B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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