Html Css Color HEX #BD36AD Fuchsia

📋 copy color: '#BD36AD'

red 189 ◦ green 54 ◦ blue 173

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

Shades of Fuchsia #BD36AD

Tints of Fuchsia #BD36AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 45.43%
G = 12.98%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD36AD (or 0xBD36AD) is known color: Fuchsia. HEX triplet: BD, 36 and AD. RGB value is (189,54,173). Sum of RGB (Red+Green+Blue) = 189+54+173=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD36AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD36AD is #42C952. Grayscale: #6B6B6B. Windows color (decimal): -4376915 or 11351741. OLE color: 11351741.

HSL color Cylindrical-coordinate representation of color #BD36AD: hue angle of 307.11º 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 #BD36AD is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 54 173 -
CMYK 0 0.71 0.08 0.26
HSL 307.11º 0.56% 0.48% -
HSV(B) 307.11º 0.71% 0.74% -
XYZ 29.85 16.47 41.14 -
YUV 107.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 189 54 173 0 0.71 0.08 0.26 307.11 0.56 0.48
Hex BD 36 AD 0 47 8 1A 133 38 30
Octal 275 66 255 0 107 10 32 463 70 60
Binary 10111101 110110 10101101 0 1000111 1000 11010 100110011 111000 110000

Color Harmonies of #BD36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD36AD

Black with #BD36AD

Text Example


Text Example

White with #BD36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD36AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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