Html Css Color HEX #BD71C6 Fuchsia

📋 copy color: '#BD71C6'

red 189 ◦ green 113 ◦ blue 198

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

Shades of Fuchsia #BD71C6

Tints of Fuchsia #BD71C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.6%

R = 37.8%
G = 22.6%
B = 39.6%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD71C6 (or 0xBD71C6) is known color: Fuchsia. HEX triplet: BD, 71 and C6. RGB value is (189,113,198). Sum of RGB (Red+Green+Blue) = 189+113+198=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD71C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71C6 is #428E39. Grayscale: #919191. Windows color (decimal): -4361786 or 13005245. OLE color: 13005245.

HSL color Cylindrical-coordinate representation of color #BD71C6: hue angle of 293.65º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD71C6 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 113 198 -
CMYK 0.05 0.43 0 0.22
HSL 293.65º 0.43% 0.61% -
HSV(B) 293.65º 0.43% 0.78% -
XYZ 37.08 26.71 56.63 -
YUV 145.41 157.68 159.09 -
System Red Green Blue C M Y K H S L
Decimal 189 113 198 0.05 0.43 0 0.22 293.65 0.43 0.61
Hex BD 71 C6 5 2B 0 16 126 2B 3D
Octal 275 161 306 5 53 0 26 446 53 75
Binary 10111101 1110001 11000110 101 101011 0 10110 100100110 101011 111101

Color Harmonies of #BD71C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD71C6

Black with #BD71C6

Text Example


Text Example

White with #BD71C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD71C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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