Html Css Color HEX #BD52BA Fuchsia

📋 copy color: '#BD52BA'

red 189 ◦ green 82 ◦ blue 186

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

Shades of Fuchsia #BD52BA

Tints of Fuchsia #BD52BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.94%

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 41.36%
G = 17.94%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD52BA (or 0xBD52BA) is known color: Fuchsia. HEX triplet: BD, 52 and BA. RGB value is (189,82,186). Sum of RGB (Red+Green+Blue) = 189+82+186=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD52BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD52BA is #42AD45. Grayscale: #7D7D7D. Windows color (decimal): -4369734 or 12210877. OLE color: 12210877.

HSL color Cylindrical-coordinate representation of color #BD52BA: hue angle of 301.68º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD52BA is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 82 186 -
CMYK 0 0.57 0.02 0.26
HSL 301.68º 0.45% 0.53% -
HSV(B) 301.68º 0.57% 0.74% -
XYZ 32.87 20.4 48.66 -
YUV 125.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 189 82 186 0 0.57 0.02 0.26 301.68 0.45 0.53
Hex BD 52 BA 0 39 2 1A 12E 2D 35
Octal 275 122 272 0 71 2 32 456 55 65
Binary 10111101 1010010 10111010 0 111001 10 11010 100101110 101101 110101

Color Harmonies of #BD52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD52BA

Black with #BD52BA

Text Example


Text Example

White with #BD52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD52BA; }

 p { color: rgb(189,82,186); }

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

background-color css

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

 a { background-color: rgb(189,82,186); }

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

border-color css

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

 span { border-color: rgb(189,82,186); }

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