Html Css Color HEX #BD5DB0 Fuchsia

📋 copy color: '#BD5DB0'

red 189 ◦ green 93 ◦ blue 176

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

Shades of Fuchsia #BD5DB0

Tints of Fuchsia #BD5DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.31%

 BLUE value IS 176 (69.14% from 255) = 38.43%

R = 41.27%
G = 20.31%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD5DB0 (or 0xBD5DB0) is known color: Fuchsia. HEX triplet: BD, 5D and B0. RGB value is (189,93,176). Sum of RGB (Red+Green+Blue) = 189+93+176=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5DB0 is #42A24F. Grayscale: #828282. Windows color (decimal): -4366928 or 11558333. OLE color: 11558333.

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

Color convert

RGB 189 93 176 -
CMYK 0 0.51 0.07 0.26
HSL 308.13º 0.42% 0.55% -
HSV(B) 308.13º 0.51% 0.74% -
XYZ 32.74 21.78 43.55 -
YUV 131.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 189 93 176 0 0.51 0.07 0.26 308.13 0.42 0.55
Hex BD 5D B0 0 33 7 1A 134 2A 37
Octal 275 135 260 0 63 7 32 464 52 67
Binary 10111101 1011101 10110000 0 110011 111 11010 100110100 101010 110111

Color Harmonies of #BD5DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DB0

Black with #BD5DB0

Text Example


Text Example

White with #BD5DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DB0; }

 p { color: rgb(189,93,176); }

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

background-color css

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

 a { background-color: rgb(189,93,176); }

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

border-color css

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

 span { border-color: rgb(189,93,176); }

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