Html Css Color HEX #BD5CB2 Fuchsia

📋 copy color: '#BD5CB2'

red 189 ◦ green 92 ◦ blue 178

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

Shades of Fuchsia #BD5CB2

Tints of Fuchsia #BD5CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.78%

R = 41.18%
G = 20.04%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD5CB2 (or 0xBD5CB2) is known color: Fuchsia. HEX triplet: BD, 5C and B2. RGB value is (189,92,178). Sum of RGB (Red+Green+Blue) = 189+92+178=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5CB2 is #42A34D. Grayscale: #828282. Windows color (decimal): -4367182 or 11689149. OLE color: 11689149.

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

Color convert

RGB 189 92 178 -
CMYK 0 0.51 0.06 0.26
HSL 306.8º 0.42% 0.55% -
HSV(B) 306.8º 0.51% 0.74% -
XYZ 32.85 21.69 44.57 -
YUV 130.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 189 92 178 0 0.51 0.06 0.26 306.8 0.42 0.55
Hex BD 5C B2 0 33 6 1A 133 2A 37
Octal 275 134 262 0 63 6 32 463 52 67
Binary 10111101 1011100 10110010 0 110011 110 11010 100110011 101010 110111

Color Harmonies of #BD5CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5CB2

Black with #BD5CB2

Text Example


Text Example

White with #BD5CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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