Html Css Color HEX #BD3DC8 Fuchsia

📋 copy color: '#BD3DC8'

red 189 ◦ green 61 ◦ blue 200

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

Shades of Fuchsia #BD3DC8

Tints of Fuchsia #BD3DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.44%

R = 42%
G = 13.56%
B = 44.44%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD3DC8 (or 0xBD3DC8) is known color: Fuchsia. HEX triplet: BD, 3D and C8. RGB value is (189,61,200). Sum of RGB (Red+Green+Blue) = 189+61+200=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD3DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3DC8 is #42C237. Grayscale: #727272. Windows color (decimal): -4375096 or 13123005. OLE color: 13123005.

HSL color Cylindrical-coordinate representation of color #BD3DC8: hue angle of 295.25º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3DC8 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 61 200 -
CMYK 0.06 0.69 0 0.22
HSL 295.25º 0.56% 0.51% -
HSV(B) 295.25º 0.7% 0.78% -
XYZ 33.08 18.33 56.44 -
YUV 115.12 175.91 180.7 -
System Red Green Blue C M Y K H S L
Decimal 189 61 200 0.06 0.69 0 0.22 295.25 0.56 0.51
Hex BD 3D C8 6 45 0 16 127 38 33
Octal 275 75 310 6 105 0 26 447 70 63
Binary 10111101 111101 11001000 110 1000101 0 10110 100100111 111000 110011

Color Harmonies of #BD3DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3DC8

Black with #BD3DC8

Text Example


Text Example

White with #BD3DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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