Html Css Color HEX #BD4BAA Fuchsia

📋 copy color: '#BD4BAA'

red 189 ◦ green 75 ◦ blue 170

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

Shades of Fuchsia #BD4BAA

Tints of Fuchsia #BD4BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.28%

 BLUE value IS 170 (66.8% from 255) = 39.17%

R = 43.55%
G = 17.28%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD4BAA (or 0xBD4BAA) is known color: Fuchsia. HEX triplet: BD, 4B and AA. RGB value is (189,75,170). Sum of RGB (Red+Green+Blue) = 189+75+170=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4BAA is #42B455. Grayscale: #777777. Windows color (decimal): -4371542 or 11160509. OLE color: 11160509.

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

Color convert

RGB 189 75 170 -
CMYK 0 0.60 0.10 0.26
HSL 310º 0.46% 0.52% -
HSV(B) 310º 0.6% 0.74% -
XYZ 30.76 18.75 40.03 -
YUV 119.92 156.27 177.28 -
System Red Green Blue C M Y K H S L
Decimal 189 75 170 0 0.60 0.10 0.26 310 0.46 0.52
Hex BD 4B AA 0 3C A 1A 136 2E 34
Octal 275 113 252 0 74 12 32 466 56 64
Binary 10111101 1001011 10101010 0 111100 1010 11010 100110110 101110 110100

Color Harmonies of #BD4BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4BAA

Black with #BD4BAA

Text Example


Text Example

White with #BD4BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4BAA; }

 p { color: rgb(189,75,170); }

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

background-color css

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

 a { background-color: rgb(189,75,170); }

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

border-color css

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

 span { border-color: rgb(189,75,170); }

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