Html Css Color HEX #BD3CB1 Fuchsia

📋 copy color: '#BD3CB1'

red 189 ◦ green 60 ◦ blue 177

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

Shades of Fuchsia #BD3CB1

Tints of Fuchsia #BD3CB1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.08%

 BLUE value IS 177 (69.53% from 255) = 41.55%

R = 44.37%
G = 14.08%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD3CB1 (or 0xBD3CB1) is known color: Fuchsia. HEX triplet: BD, 3C and B1. RGB value is (189,60,177). Sum of RGB (Red+Green+Blue) = 189+60+177=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3CB1 is #42C34E. Grayscale: #6F6F6F. Windows color (decimal): -4375375 or 11615421. OLE color: 11615421.

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

Color convert

RGB 189 60 177 -
CMYK 0 0.68 0.06 0.26
HSL 305.58º 0.52% 0.49% -
HSV(B) 305.58º 0.68% 0.74% -
XYZ 30.54 17.22 43.31 -
YUV 111.91 164.74 182.99 -
System Red Green Blue C M Y K H S L
Decimal 189 60 177 0 0.68 0.06 0.26 305.58 0.52 0.49
Hex BD 3C B1 0 44 6 1A 132 34 31
Octal 275 74 261 0 104 6 32 462 64 61
Binary 10111101 111100 10110001 0 1000100 110 11010 100110010 110100 110001

Color Harmonies of #BD3CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3CB1

Black with #BD3CB1

Text Example


Text Example

White with #BD3CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3CB1; }

 p { color: rgb(189,60,177); }

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

background-color css

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

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

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

border-color css

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

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

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