Html Css Color HEX #BD36B2 Fuchsia

📋 copy color: '#BD36B2'

red 189 ◦ green 54 ◦ blue 178

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

Shades of Fuchsia #BD36B2

Tints of Fuchsia #BD36B2

RGB

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

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

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

R = 44.89%
G = 12.83%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD36B2 (or 0xBD36B2) is known color: Fuchsia. HEX triplet: BD, 36 and B2. RGB value is (189,54,178). Sum of RGB (Red+Green+Blue) = 189+54+178=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD36B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD36B2 is #42C94D. Grayscale: #6C6C6C. Windows color (decimal): -4376910 or 11679421. OLE color: 11679421.

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

Color convert

RGB 189 54 178 -
CMYK 0 0.71 0.06 0.26
HSL 304.89º 0.56% 0.48% -
HSV(B) 304.89º 0.71% 0.74% -
XYZ 30.34 16.67 43.74 -
YUV 108.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 189 54 178 0 0.71 0.06 0.26 304.89 0.56 0.48
Hex BD 36 B2 0 47 6 1A 131 38 30
Octal 275 66 262 0 107 6 32 461 70 60
Binary 10111101 110110 10110010 0 1000111 110 11010 100110001 111000 110000

Color Harmonies of #BD36B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD36B2

Black with #BD36B2

Text Example


Text Example

White with #BD36B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD36B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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