Html Css Color HEX #BD42BB Fuchsia

📋 copy color: '#BD42BB'

red 189 ◦ green 66 ◦ blue 187

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

Shades of Fuchsia #BD42BB

Tints of Fuchsia #BD42BB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.93%

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 42.76%
G = 14.93%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD42BB (or 0xBD42BB) is known color: Fuchsia. HEX triplet: BD, 42 and BB. RGB value is (189,66,187). Sum of RGB (Red+Green+Blue) = 189+66+187=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD42BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD42BB is #42BD44. Grayscale: #747474. Windows color (decimal): -4373829 or 12272317. OLE color: 12272317.

HSL color Cylindrical-coordinate representation of color #BD42BB: hue angle of 300.98º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD42BB is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 66 187 -
CMYK 0 0.65 0.01 0.26
HSL 300.98º 0.48% 0.5% -
HSV(B) 300.98º 0.65% 0.74% -
XYZ 31.9 18.3 48.87 -
YUV 116.57 167.75 179.66 -
System Red Green Blue C M Y K H S L
Decimal 189 66 187 0 0.65 0.01 0.26 300.98 0.48 0.5
Hex BD 42 BB 0 41 1 1A 12D 30 32
Octal 275 102 273 0 101 1 32 455 60 62
Binary 10111101 1000010 10111011 0 1000001 1 11010 100101101 110000 110010

Color Harmonies of #BD42BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD42BB

Black with #BD42BB

Text Example


Text Example

White with #BD42BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD42BB; }

 p { color: rgb(189,66,187); }

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

background-color css

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

 a { background-color: rgb(189,66,187); }

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

border-color css

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

 span { border-color: rgb(189,66,187); }

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