Html Css Color HEX #BD2BB4 Fuchsia

📋 copy color: '#BD2BB4'

red 189 ◦ green 43 ◦ blue 180

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

Shades of Fuchsia #BD2BB4

Tints of Fuchsia #BD2BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.69%

R = 45.87%
G = 10.44%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD2BB4 (or 0xBD2BB4) is known color: Fuchsia. HEX triplet: BD, 2B and B4. RGB value is (189,43,180). Sum of RGB (Red+Green+Blue) = 189+43+180=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BB4 is #42D44B. Grayscale: #656565. Windows color (decimal): -4379724 or 11807677. OLE color: 11807677.

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

Color convert

RGB 189 43 180 -
CMYK 0 0.77 0.05 0.26
HSL 303.7º 0.63% 0.45% -
HSV(B) 303.7º 0.77% 0.74% -
XYZ 30.09 15.84 44.65 -
YUV 102.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 189 43 180 0 0.77 0.05 0.26 303.7 0.63 0.45
Hex BD 2B B4 0 4D 5 1A 130 3F 2D
Octal 275 53 264 0 115 5 32 460 77 55
Binary 10111101 101011 10110100 0 1001101 101 11010 100110000 111111 101101

Color Harmonies of #BD2BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2BB4

Black with #BD2BB4

Text Example


Text Example

White with #BD2BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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