Html Css Color HEX #B436BD Fuchsia

📋 copy color: '#B436BD'

red 180 ◦ green 54 ◦ blue 189

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

Shades of Fuchsia #B436BD

Tints of Fuchsia #B436BD

RGB

 RED value IS 180 (70.7% from 255) = 42.55%

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

 BLUE value IS 189 (74.22% from 255) = 44.68%

R = 42.55%
G = 12.77%
B = 44.68%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B436BD (or 0xB436BD) is known color: Fuchsia. HEX triplet: B4, 36 and BD. RGB value is (180,54,189). Sum of RGB (Red+Green+Blue) = 180+54+189=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #B436BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B436BD is #4BC942. Grayscale: #6A6A6A. Windows color (decimal): -4966723 or 12400308. OLE color: 12400308.

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

Color convert

RGB 180 54 189 -
CMYK 0.05 0.71 0 0.26
HSL 296º 0.56% 0.48% -
HSV(B) 296º 0.71% 0.74% -
XYZ 29.33 16.02 49.69 -
YUV 107.06 174.24 180.02 -
System Red Green Blue C M Y K H S L
Decimal 180 54 189 0.05 0.71 0 0.26 296 0.56 0.48
Hex B4 36 BD 5 47 0 1A 128 38 30
Octal 264 66 275 5 107 0 32 450 70 60
Binary 10110100 110110 10111101 101 1000111 0 11010 100101000 111000 110000

Color Harmonies of #B436BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B436BD

Black with #B436BD

Text Example


Text Example

White with #B436BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B436BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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