Html Css Color HEX #BD36BA Fuchsia

📋 copy color: '#BD36BA'

red 189 ◦ green 54 ◦ blue 186

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

Shades of Fuchsia #BD36BA

Tints of Fuchsia #BD36BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.59%

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

R = 44.06%
G = 12.59%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD36BA (or 0xBD36BA) is known color: Fuchsia. HEX triplet: BD, 36 and BA. RGB value is (189,54,186). Sum of RGB (Red+Green+Blue) = 189+54+186=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD36BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD36BA is #42C945. Grayscale: #6D6D6D. Windows color (decimal): -4376902 or 12203709. OLE color: 12203709.

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

Color convert

RGB 189 54 186 -
CMYK 0 0.71 0.02 0.26
HSL 301.33º 0.56% 0.48% -
HSV(B) 301.33º 0.71% 0.74% -
XYZ 31.17 17 48.09 -
YUV 109.41 171.23 184.77 -
System Red Green Blue C M Y K H S L
Decimal 189 54 186 0 0.71 0.02 0.26 301.33 0.56 0.48
Hex BD 36 BA 0 47 2 1A 12D 38 30
Octal 275 66 272 0 107 2 32 455 70 60
Binary 10111101 110110 10111010 0 1000111 10 11010 100101101 111000 110000

Color Harmonies of #BD36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD36BA

Black with #BD36BA

Text Example


Text Example

White with #BD36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD36BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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