Html Css Color HEX #BD3DB3 Fuchsia

📋 copy color: '#BD3DB3'

red 189 ◦ green 61 ◦ blue 179

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

Shades of Fuchsia #BD3DB3

Tints of Fuchsia #BD3DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.72%

R = 44.06%
G = 14.22%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD3DB3 (or 0xBD3DB3) is known color: Fuchsia. HEX triplet: BD, 3D and B3. RGB value is (189,61,179). Sum of RGB (Red+Green+Blue) = 189+61+179=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3DB3 is #42C24C. Grayscale: #707070. Windows color (decimal): -4375117 or 11746749. OLE color: 11746749.

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

Color convert

RGB 189 61 179 -
CMYK 0 0.68 0.05 0.26
HSL 304.69º 0.51% 0.49% -
HSV(B) 304.69º 0.68% 0.74% -
XYZ 30.79 17.41 44.39 -
YUV 112.72 165.41 182.41 -
System Red Green Blue C M Y K H S L
Decimal 189 61 179 0 0.68 0.05 0.26 304.69 0.51 0.49
Hex BD 3D B3 0 44 5 1A 131 33 31
Octal 275 75 263 0 104 5 32 461 63 61
Binary 10111101 111101 10110011 0 1000100 101 11010 100110001 110011 110001

Color Harmonies of #BD3DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3DB3

Black with #BD3DB3

Text Example


Text Example

White with #BD3DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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