Html Css Color HEX #BD71C2 Fuchsia

📋 copy color: '#BD71C2'

red 189 ◦ green 113 ◦ blue 194

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

Shades of Fuchsia #BD71C2

Tints of Fuchsia #BD71C2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.78%

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

R = 38.1%
G = 22.78%
B = 39.11%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD71C2 (or 0xBD71C2) is known color: Fuchsia. HEX triplet: BD, 71 and C2. RGB value is (189,113,194). Sum of RGB (Red+Green+Blue) = 189+113+194=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD71C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71C2 is #428E3D. Grayscale: #909090. Windows color (decimal): -4361790 or 12743101. OLE color: 12743101.

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

Color convert

RGB 189 113 194 -
CMYK 0.03 0.42 0 0.24
HSL 296.3º 0.4% 0.6% -
HSV(B) 296.3º 0.42% 0.76% -
XYZ 36.63 26.52 54.23 -
YUV 144.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 189 113 194 0.03 0.42 0 0.24 296.3 0.4 0.6
Hex BD 71 C2 3 2A 0 18 128 28 3C
Octal 275 161 302 3 52 0 30 450 50 74
Binary 10111101 1110001 11000010 11 101010 0 11000 100101000 101000 111100

Color Harmonies of #BD71C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71C2

Black with #BD71C2

Text Example


Text Example

White with #BD71C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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