Html Css Color HEX #BD3DC2 Fuchsia

📋 copy color: '#BD3DC2'

red 189 ◦ green 61 ◦ blue 194

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

Shades of Fuchsia #BD3DC2

Tints of Fuchsia #BD3DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.69%

R = 42.57%
G = 13.74%
B = 43.69%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD3DC2 (or 0xBD3DC2) is known color: Fuchsia. HEX triplet: BD, 3D and C2. RGB value is (189,61,194). Sum of RGB (Red+Green+Blue) = 189+61+194=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD3DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3DC2 is #42C23D. Grayscale: #727272. Windows color (decimal): -4375102 or 12729789. OLE color: 12729789.

HSL color Cylindrical-coordinate representation of color #BD3DC2: hue angle of 297.74º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3DC2 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 61 194 -
CMYK 0.03 0.69 0 0.24
HSL 297.74º 0.52% 0.5% -
HSV(B) 297.74º 0.69% 0.76% -
XYZ 32.39 18.05 52.82 -
YUV 114.43 172.91 181.19 -
System Red Green Blue C M Y K H S L
Decimal 189 61 194 0.03 0.69 0 0.24 297.74 0.52 0.5
Hex BD 3D C2 3 45 0 18 12A 34 32
Octal 275 75 302 3 105 0 30 452 64 62
Binary 10111101 111101 11000010 11 1000101 0 11000 100101010 110100 110010

Color Harmonies of #BD3DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3DC2

Black with #BD3DC2

Text Example


Text Example

White with #BD3DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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