Html Css Color HEX #BD2FAC Fuchsia

📋 copy color: '#BD2FAC'

red 189 ◦ green 47 ◦ blue 172

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

Shades of Fuchsia #BD2FAC

Tints of Fuchsia #BD2FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.52%

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 46.32%
G = 11.52%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD2FAC (or 0xBD2FAC) is known color: Fuchsia. HEX triplet: BD, 2F and AC. RGB value is (189,47,172). Sum of RGB (Red+Green+Blue) = 189+47+172=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2FAC is #42D053. Grayscale: #676767. Windows color (decimal): -4378708 or 11284413. OLE color: 11284413.

HSL color Cylindrical-coordinate representation of color #BD2FAC: hue angle of 307.18º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2FAC is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 47 172 -
CMYK 0 0.75 0.09 0.26
HSL 307.18º 0.6% 0.46% -
HSV(B) 307.18º 0.75% 0.74% -
XYZ 29.45 15.83 40.53 -
YUV 103.71 166.54 188.84 -
System Red Green Blue C M Y K H S L
Decimal 189 47 172 0 0.75 0.09 0.26 307.18 0.6 0.46
Hex BD 2F AC 0 4B 9 1A 133 3C 2E
Octal 275 57 254 0 113 11 32 463 74 56
Binary 10111101 101111 10101100 0 1001011 1001 11010 100110011 111100 101110

Color Harmonies of #BD2FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2FAC

Black with #BD2FAC

Text Example


Text Example

White with #BD2FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2FAC; }

 p { color: rgb(189,47,172); }

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

background-color css

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

 a { background-color: rgb(189,47,172); }

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

border-color css

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

 span { border-color: rgb(189,47,172); }

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