Html Css Color HEX #BD2BB9 Fuchsia

📋 copy color: '#BD2BB9'

red 189 ◦ green 43 ◦ blue 185

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

Shades of Fuchsia #BD2BB9

Tints of Fuchsia #BD2BB9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.31%

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

R = 45.32%
G = 10.31%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD2BB9 (or 0xBD2BB9) is known color: Fuchsia. HEX triplet: BD, 2B and B9. RGB value is (189,43,185). Sum of RGB (Red+Green+Blue) = 189+43+185=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BB9 is #42D446. Grayscale: #666666. Windows color (decimal): -4379719 or 12135357. OLE color: 12135357.

HSL color Cylindrical-coordinate representation of color #BD2BB9: hue angle of 301.64º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2BB9 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 43 185 -
CMYK 0 0.77 0.02 0.26
HSL 301.64º 0.63% 0.45% -
HSV(B) 301.64º 0.77% 0.74% -
XYZ 30.61 16.05 47.38 -
YUV 102.84 174.37 189.45 -
System Red Green Blue C M Y K H S L
Decimal 189 43 185 0 0.77 0.02 0.26 301.64 0.63 0.45
Hex BD 2B B9 0 4D 2 1A 12E 3F 2D
Octal 275 53 271 0 115 2 32 456 77 55
Binary 10111101 101011 10111001 0 1001101 10 11010 100101110 111111 101101

Color Harmonies of #BD2BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2BB9

Black with #BD2BB9

Text Example


Text Example

White with #BD2BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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