Html Css Color HEX #BD5BAA Fuchsia

📋 copy color: '#BD5BAA'

red 189 ◦ green 91 ◦ blue 170

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

Shades of Fuchsia #BD5BAA

Tints of Fuchsia #BD5BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.22%

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

R = 42%
G = 20.22%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD5BAA (or 0xBD5BAA) is known color: Fuchsia. HEX triplet: BD, 5B and AA. RGB value is (189,91,170). Sum of RGB (Red+Green+Blue) = 189+91+170=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5BAA is #42A455. Grayscale: #818181. Windows color (decimal): -4367446 or 11164605. OLE color: 11164605.

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

Color convert

RGB 189 91 170 -
CMYK 0 0.52 0.10 0.26
HSL 311.63º 0.43% 0.55% -
HSV(B) 311.63º 0.52% 0.74% -
XYZ 31.98 21.2 40.44 -
YUV 129.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 189 91 170 0 0.52 0.10 0.26 311.63 0.43 0.55
Hex BD 5B AA 0 34 A 1A 138 2B 37
Octal 275 133 252 0 64 12 32 470 53 67
Binary 10111101 1011011 10101010 0 110100 1010 11010 100111000 101011 110111

Color Harmonies of #BD5BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5BAA

Black with #BD5BAA

Text Example


Text Example

White with #BD5BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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