Html Css Color HEX #BD3BAB Fuchsia

📋 copy color: '#BD3BAB'

red 189 ◦ green 59 ◦ blue 171

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

Shades of Fuchsia #BD3BAB

Tints of Fuchsia #BD3BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.08%

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 45.11%
G = 14.08%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD3BAB (or 0xBD3BAB) is known color: Fuchsia. HEX triplet: BD, 3B and AB. RGB value is (189,59,171). Sum of RGB (Red+Green+Blue) = 189+59+171=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3BAB is #42C454. Grayscale: #6E6E6E. Windows color (decimal): -4375637 or 11221949. OLE color: 11221949.

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

Color convert

RGB 189 59 171 -
CMYK 0 0.69 0.10 0.26
HSL 308.31º 0.52% 0.49% -
HSV(B) 308.31º 0.69% 0.74% -
XYZ 29.9 16.89 40.21 -
YUV 110.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 189 59 171 0 0.69 0.10 0.26 308.31 0.52 0.49
Hex BD 3B AB 0 45 A 1A 134 34 31
Octal 275 73 253 0 105 12 32 464 64 61
Binary 10111101 111011 10101011 0 1000101 1010 11010 100110100 110100 110001

Color Harmonies of #BD3BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3BAB

Black with #BD3BAB

Text Example


Text Example

White with #BD3BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3BAB; }

 p { color: rgb(189,59,171); }

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

background-color css

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

 a { background-color: rgb(189,59,171); }

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

border-color css

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

 span { border-color: rgb(189,59,171); }

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