Html Css Color HEX #BD3CC0 Fuchsia

📋 copy color: '#BD3CC0'

red 189 ◦ green 60 ◦ blue 192

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

Shades of Fuchsia #BD3CC0

Tints of Fuchsia #BD3CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 42.86%
G = 13.61%
B = 43.54%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD3CC0 (or 0xBD3CC0) is known color: Fuchsia. HEX triplet: BD, 3C and C0. RGB value is (189,60,192). Sum of RGB (Red+Green+Blue) = 189+60+192=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD3CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CC0 is #42C33F. Grayscale: #717171. Windows color (decimal): -4375360 or 12598461. OLE color: 12598461.

HSL color Cylindrical-coordinate representation of color #BD3CC0: hue angle of 298.64º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3CC0 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 60 192 -
CMYK 0.02 0.69 0 0.25
HSL 298.64º 0.52% 0.49% -
HSV(B) 298.64º 0.69% 0.75% -
XYZ 32.12 17.86 51.62 -
YUV 113.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 189 60 192 0.02 0.69 0 0.25 298.64 0.52 0.49
Hex BD 3C C0 2 45 0 19 12B 34 31
Octal 275 74 300 2 105 0 31 453 64 61
Binary 10111101 111100 11000000 10 1000101 0 11001 100101011 110100 110001

Color Harmonies of #BD3CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3CC0

Black with #BD3CC0

Text Example


Text Example

White with #BD3CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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