Html Css Color HEX #BD5DB4 Fuchsia

📋 copy color: '#BD5DB4'

red 189 ◦ green 93 ◦ blue 180

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

Shades of Fuchsia #BD5DB4

Tints of Fuchsia #BD5DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.96%

R = 40.91%
G = 20.13%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD5DB4 (or 0xBD5DB4) is known color: Fuchsia. HEX triplet: BD, 5D and B4. RGB value is (189,93,180). Sum of RGB (Red+Green+Blue) = 189+93+180=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DB4 is #42A24B. Grayscale: #838383. Windows color (decimal): -4366924 or 11820477. OLE color: 11820477.

HSL color Cylindrical-coordinate representation of color #BD5DB4: hue angle of 305.62º 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 #BD5DB4 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 93 180 -
CMYK 0 0.51 0.05 0.26
HSL 305.63º 0.42% 0.55% -
HSV(B) 305.63º 0.51% 0.74% -
XYZ 33.14 21.94 45.67 -
YUV 131.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 189 93 180 0 0.51 0.05 0.26 305.63 0.42 0.55
Hex BD 5D B4 0 33 5 1A 132 2A 37
Octal 275 135 264 0 63 5 32 462 52 67
Binary 10111101 1011101 10110100 0 110011 101 11010 100110010 101010 110111

Color Harmonies of #BD5DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DB4

Black with #BD5DB4

Text Example


Text Example

White with #BD5DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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