Html Css Color HEX #BD2BB2 Fuchsia

📋 copy color: '#BD2BB2'

red 189 ◦ green 43 ◦ blue 178

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

Shades of Fuchsia #BD2BB2

Tints of Fuchsia #BD2BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.41%

R = 46.1%
G = 10.49%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD2BB2 (or 0xBD2BB2) is known color: Fuchsia. HEX triplet: BD, 2B and B2. RGB value is (189,43,178). Sum of RGB (Red+Green+Blue) = 189+43+178=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2BB2 is #42D44D. Grayscale: #656565. Windows color (decimal): -4379726 or 11676605. OLE color: 11676605.

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

Color convert

RGB 189 43 178 -
CMYK 0 0.77 0.06 0.26
HSL 304.52º 0.63% 0.45% -
HSV(B) 304.52º 0.77% 0.74% -
XYZ 29.89 15.76 43.59 -
YUV 102.04 170.87 190.02 -
System Red Green Blue C M Y K H S L
Decimal 189 43 178 0 0.77 0.06 0.26 304.52 0.63 0.45
Hex BD 2B B2 0 4D 6 1A 131 3F 2D
Octal 275 53 262 0 115 6 32 461 77 55
Binary 10111101 101011 10110010 0 1001101 110 11010 100110001 111111 101101

Color Harmonies of #BD2BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2BB2

Black with #BD2BB2

Text Example


Text Example

White with #BD2BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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