Html Css Color HEX #BD3CBD Fuchsia

📋 copy color: '#BD3CBD'

red 189 ◦ green 60 ◦ blue 189

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

Shades of Fuchsia #BD3CBD

Tints of Fuchsia #BD3CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 43.15%
G = 13.7%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD3CBD (or 0xBD3CBD) is known color: Fuchsia. HEX triplet: BD, 3C and BD. RGB value is (189,60,189). Sum of RGB (Red+Green+Blue) = 189+60+189=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD3CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CBD is #42C342. Grayscale: #707070. Windows color (decimal): -4375363 or 12401853. OLE color: 12401853.

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

Color convert

RGB 189 60 189 -
CMYK 0 0.68 0 0.26
HSL 300º 0.52% 0.49% -
HSV(B) 300º 0.68% 0.74% -
XYZ 31.79 17.72 49.89 -
YUV 113.28 170.74 182.01 -
System Red Green Blue C M Y K H S L
Decimal 189 60 189 0 0.68 0 0.26 300 0.52 0.49
Hex BD 3C BD 0 44 0 1A 12C 34 31
Octal 275 74 275 0 104 0 32 454 64 61
Binary 10111101 111100 10111101 0 1000100 0 11010 100101100 110100 110001

Color Harmonies of #BD3CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3CBD

Black with #BD3CBD

Text Example


Text Example

White with #BD3CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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