Html Css Color HEX #B433BD Fuchsia

📋 copy color: '#B433BD'

red 180 ◦ green 51 ◦ blue 189

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

Shades of Fuchsia #B433BD

Tints of Fuchsia #B433BD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.14%

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

R = 42.86%
G = 12.14%
B = 45%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B433BD (or 0xB433BD) is known color: Fuchsia. HEX triplet: B4, 33 and BD. RGB value is (180,51,189). Sum of RGB (Red+Green+Blue) = 180+51+189=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #B433BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433BD is #4BCC42. Grayscale: #686868. Windows color (decimal): -4967491 or 12399540. OLE color: 12399540.

HSL color Cylindrical-coordinate representation of color #B433BD: hue angle of 296.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B433BD is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 51 189 -
CMYK 0.05 0.73 0 0.26
HSL 296.09º 0.58% 0.47% -
HSV(B) 296.09º 0.73% 0.74% -
XYZ 29.19 15.75 49.64 -
YUV 105.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 180 51 189 0.05 0.73 0 0.26 296.09 0.58 0.47
Hex B4 33 BD 5 49 0 1A 128 3A 2F
Octal 264 63 275 5 111 0 32 450 72 57
Binary 10110100 110011 10111101 101 1001001 0 11010 100101000 111010 101111

Color Harmonies of #B433BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B433BD

Black with #B433BD

Text Example


Text Example

White with #B433BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B433BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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