Html Css Color HEX #BD5CA7 Fuchsia

📋 copy color: '#BD5CA7'

red 189 ◦ green 92 ◦ blue 167

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

Shades of Fuchsia #BD5CA7

Tints of Fuchsia #BD5CA7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.54%

 BLUE value IS 167 (65.63% from 255) = 37.28%

R = 42.19%
G = 20.54%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD5CA7 (or 0xBD5CA7) is known color: Fuchsia. HEX triplet: BD, 5C and A7. RGB value is (189,92,167). Sum of RGB (Red+Green+Blue) = 189+92+167=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5CA7 is #42A358. Grayscale: #818181. Windows color (decimal): -4367193 or 10968253. OLE color: 10968253.

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

Color convert

RGB 189 92 167 -
CMYK 0 0.51 0.12 0.26
HSL 313.61º 0.42% 0.55% -
HSV(B) 313.61º 0.51% 0.74% -
XYZ 31.79 21.26 38.99 -
YUV 129.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 189 92 167 0 0.51 0.12 0.26 313.61 0.42 0.55
Hex BD 5C A7 0 33 C 1A 13A 2A 37
Octal 275 134 247 0 63 14 32 472 52 67
Binary 10111101 1011100 10100111 0 110011 1100 11010 100111010 101010 110111

Color Harmonies of #BD5CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5CA7

Black with #BD5CA7

Text Example


Text Example

White with #BD5CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5CA7; }

 p { color: rgb(189,92,167); }

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

background-color css

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

 a { background-color: rgb(189,92,167); }

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

border-color css

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

 span { border-color: rgb(189,92,167); }

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