Html Css Color HEX #BD4DB4 Fuchsia

📋 copy color: '#BD4DB4'

red 189 ◦ green 77 ◦ blue 180

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

Shades of Fuchsia #BD4DB4

Tints of Fuchsia #BD4DB4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

 BLUE value IS 180 (70.7% from 255) = 40.36%

R = 42.38%
G = 17.26%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD4DB4 (or 0xBD4DB4) is known color: Fuchsia. HEX triplet: BD, 4D and B4. RGB value is (189,77,180). Sum of RGB (Red+Green+Blue) = 189+77+180=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DB4 is #42B24B. Grayscale: #797979. Windows color (decimal): -4371020 or 11816381. OLE color: 11816381.

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

Color convert

RGB 189 77 180 -
CMYK 0 0.59 0.05 0.26
HSL 304.82º 0.46% 0.52% -
HSV(B) 304.82º 0.59% 0.74% -
XYZ 31.88 19.42 45.25 -
YUV 122.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 189 77 180 0 0.59 0.05 0.26 304.82 0.46 0.52
Hex BD 4D B4 0 3B 5 1A 131 2E 34
Octal 275 115 264 0 73 5 32 461 56 64
Binary 10111101 1001101 10110100 0 111011 101 11010 100110001 101110 110100

Color Harmonies of #BD4DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DB4

Black with #BD4DB4

Text Example


Text Example

White with #BD4DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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