Html Css Color HEX #BD4CB2 Fuchsia

📋 copy color: '#BD4CB2'

red 189 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #BD4CB2

Tints of Fuchsia #BD4CB2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.16%

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

R = 42.66%
G = 17.16%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD4CB2 (or 0xBD4CB2) is known color: Fuchsia. HEX triplet: BD, 4C and B2. RGB value is (189,76,178). Sum of RGB (Red+Green+Blue) = 189+76+178=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4CB2 is #42B34D. Grayscale: #797979. Windows color (decimal): -4371278 or 11685053. OLE color: 11685053.

HSL color Cylindrical-coordinate representation of color #BD4CB2: hue angle of 305.84º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4CB2 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 76 178 -
CMYK 0 0.60 0.06 0.26
HSL 305.84º 0.46% 0.52% -
HSV(B) 305.84º 0.6% 0.74% -
XYZ 31.61 19.2 44.16 -
YUV 121.42 159.94 176.21 -
System Red Green Blue C M Y K H S L
Decimal 189 76 178 0 0.60 0.06 0.26 305.84 0.46 0.52
Hex BD 4C B2 0 3C 6 1A 132 2E 34
Octal 275 114 262 0 74 6 32 462 56 64
Binary 10111101 1001100 10110010 0 111100 110 11010 100110010 101110 110100

Color Harmonies of #BD4CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4CB2

Black with #BD4CB2

Text Example


Text Example

White with #BD4CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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