Html Css Color HEX #BD5FB5 Fuchsia

📋 copy color: '#BD5FB5'

red 189 ◦ green 95 ◦ blue 181

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

Shades of Fuchsia #BD5FB5

Tints of Fuchsia #BD5FB5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.43%

 BLUE value IS 181 (71.09% from 255) = 38.92%

R = 40.65%
G = 20.43%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BD5FB5 (or 0xBD5FB5) is known color: Fuchsia. HEX triplet: BD, 5F and B5. RGB value is (189,95,181). Sum of RGB (Red+Green+Blue) = 189+95+181=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FB5 is #42A04A. Grayscale: #848484. Windows color (decimal): -4366411 or 11886525. OLE color: 11886525.

HSL color Cylindrical-coordinate representation of color #BD5FB5: hue angle of 305.11º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5FB5 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 95 181 -
CMYK 0 0.50 0.04 0.26
HSL 305.11º 0.42% 0.56% -
HSV(B) 305.11º 0.5% 0.74% -
XYZ 33.42 22.34 46.27 -
YUV 132.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 189 95 181 0 0.50 0.04 0.26 305.11 0.42 0.56
Hex BD 5F B5 0 32 4 1A 131 2A 38
Octal 275 137 265 0 62 4 32 461 52 70
Binary 10111101 1011111 10110101 0 110010 100 11010 100110001 101010 111000

Color Harmonies of #BD5FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5FB5

Black with #BD5FB5

Text Example


Text Example

White with #BD5FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5FB5; }

 p { color: rgb(189,95,181); }

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

background-color css

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

 a { background-color: rgb(189,95,181); }

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

border-color css

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

 span { border-color: rgb(189,95,181); }

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