Html Css Color HEX #BD3DB2 Fuchsia

📋 copy color: '#BD3DB2'

red 189 ◦ green 61 ◦ blue 178

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

Shades of Fuchsia #BD3DB2

Tints of Fuchsia #BD3DB2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.25%

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

R = 44.16%
G = 14.25%
B = 41.59%

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

#BD3DB2 (or 0xBD3DB2) is known color: Fuchsia. HEX triplet: BD, 3D and B2. RGB value is (189,61,178). Sum of RGB (Red+Green+Blue) = 189+61+178=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3DB2 is #42C24D. Grayscale: #707070. Windows color (decimal): -4375118 or 11681213. OLE color: 11681213.

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

Color convert

RGB 189 61 178 -
CMYK 0 0.68 0.06 0.26
HSL 305.16º 0.51% 0.49% -
HSV(B) 305.16º 0.68% 0.74% -
XYZ 30.69 17.37 43.85 -
YUV 112.61 164.91 182.49 -
System Red Green Blue C M Y K H S L
Decimal 189 61 178 0 0.68 0.06 0.26 305.16 0.51 0.49
Hex BD 3D B2 0 44 6 1A 131 33 31
Octal 275 75 262 0 104 6 32 461 63 61
Binary 10111101 111101 10110010 0 1000100 110 11010 100110001 110011 110001

Color Harmonies of #BD3DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3DB2

Black with #BD3DB2

Text Example


Text Example

White with #BD3DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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