Html Css Color HEX #BD5CBD Fuchsia

📋 copy color: '#BD5CBD'

red 189 ◦ green 92 ◦ blue 189

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

Shades of Fuchsia #BD5CBD

Tints of Fuchsia #BD5CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.21%

R = 40.21%
G = 19.57%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD5CBD (or 0xBD5CBD) is known color: Fuchsia. HEX triplet: BD, 5C and BD. RGB value is (189,92,189). Sum of RGB (Red+Green+Blue) = 189+92+189=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD5CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CBD is #42A342. Grayscale: #838383. Windows color (decimal): -4367171 or 12410045. OLE color: 12410045.

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

Color convert

RGB 189 92 189 -
CMYK 0 0.51 0 0.26
HSL 300º 0.42% 0.55% -
HSV(B) 300º 0.51% 0.74% -
XYZ 34 22.15 50.63 -
YUV 132.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 189 92 189 0 0.51 0 0.26 300 0.42 0.55
Hex BD 5C BD 0 33 0 1A 12C 2A 37
Octal 275 134 275 0 63 0 32 454 52 67
Binary 10111101 1011100 10111101 0 110011 0 11010 100101100 101010 110111

Color Harmonies of #BD5CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5CBD

Black with #BD5CBD

Text Example


Text Example

White with #BD5CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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