Html Css Color HEX #BD36B0 Fuchsia

📋 copy color: '#BD36B0'

red 189 ◦ green 54 ◦ blue 176

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

Shades of Fuchsia #BD36B0

Tints of Fuchsia #BD36B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42%

R = 45.11%
G = 12.89%
B = 42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD36B0 (or 0xBD36B0) is known color: Fuchsia. HEX triplet: BD, 36 and B0. RGB value is (189,54,176). Sum of RGB (Red+Green+Blue) = 189+54+176=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD36B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD36B0 is #42C94F. Grayscale: #6B6B6B. Windows color (decimal): -4376912 or 11548349. OLE color: 11548349.

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

Color convert

RGB 189 54 176 -
CMYK 0 0.71 0.07 0.26
HSL 305.78º 0.56% 0.48% -
HSV(B) 305.78º 0.71% 0.74% -
XYZ 30.14 16.59 42.69 -
YUV 108.27 166.23 185.58 -
System Red Green Blue C M Y K H S L
Decimal 189 54 176 0 0.71 0.07 0.26 305.78 0.56 0.48
Hex BD 36 B0 0 47 7 1A 132 38 30
Octal 275 66 260 0 107 7 32 462 70 60
Binary 10111101 110110 10110000 0 1000111 111 11010 100110010 111000 110000

Color Harmonies of #BD36B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD36B0

Black with #BD36B0

Text Example


Text Example

White with #BD36B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD36B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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