Html Css Color HEX #BD60C2 Fuchsia

📋 copy color: '#BD60C2'

red 189 ◦ green 96 ◦ blue 194

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

Shades of Fuchsia #BD60C2

Tints of Fuchsia #BD60C2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.04%

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

R = 39.46%
G = 20.04%
B = 40.5%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD60C2 (or 0xBD60C2) is known color: Fuchsia. HEX triplet: BD, 60 and C2. RGB value is (189,96,194). Sum of RGB (Red+Green+Blue) = 189+96+194=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD60C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60C2 is #429F3D. Grayscale: #868686. Windows color (decimal): -4366142 or 12738749. OLE color: 12738749.

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

Color convert

RGB 189 96 194 -
CMYK 0.03 0.51 0 0.24
HSL 296.94º 0.45% 0.57% -
HSV(B) 296.94º 0.51% 0.76% -
XYZ 34.91 23.08 53.65 -
YUV 134.98 161.31 166.53 -
System Red Green Blue C M Y K H S L
Decimal 189 96 194 0.03 0.51 0 0.24 296.94 0.45 0.57
Hex BD 60 C2 3 33 0 18 129 2D 39
Octal 275 140 302 3 63 0 30 451 55 71
Binary 10111101 1100000 11000010 11 110011 0 11000 100101001 101101 111001

Color Harmonies of #BD60C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD60C2

Black with #BD60C2

Text Example


Text Example

White with #BD60C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD60C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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