Html Css Color HEX #BD2FB9 Fuchsia

📋 copy color: '#BD2FB9'

red 189 ◦ green 47 ◦ blue 185

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

Shades of Fuchsia #BD2FB9

Tints of Fuchsia #BD2FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.94%

R = 44.89%
G = 11.16%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD2FB9 (or 0xBD2FB9) is known color: Fuchsia. HEX triplet: BD, 2F and B9. RGB value is (189,47,185). Sum of RGB (Red+Green+Blue) = 189+47+185=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2FB9 is #42D046. Grayscale: #686868. Windows color (decimal): -4378695 or 12136381. OLE color: 12136381.

HSL color Cylindrical-coordinate representation of color #BD2FB9: hue angle of 301.69º 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 #BD2FB9 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 47 185 -
CMYK 0 0.75 0.02 0.26
HSL 301.69º 0.6% 0.46% -
HSV(B) 301.69º 0.75% 0.74% -
XYZ 30.76 16.35 47.43 -
YUV 105.19 173.04 187.78 -
System Red Green Blue C M Y K H S L
Decimal 189 47 185 0 0.75 0.02 0.26 301.69 0.6 0.46
Hex BD 2F B9 0 4B 2 1A 12E 3C 2E
Octal 275 57 271 0 113 2 32 456 74 56
Binary 10111101 101111 10111001 0 1001011 10 11010 100101110 111100 101110

Color Harmonies of #BD2FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2FB9

Black with #BD2FB9

Text Example


Text Example

White with #BD2FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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