Html Css Color HEX #BD2EB8 Fuchsia

📋 copy color: '#BD2EB8'

red 189 ◦ green 46 ◦ blue 184

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

Shades of Fuchsia #BD2EB8

Tints of Fuchsia #BD2EB8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.98%

 BLUE value IS 184 (72.27% from 255) = 43.91%

R = 45.11%
G = 10.98%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD2EB8 (or 0xBD2EB8) is known color: Fuchsia. HEX triplet: BD, 2E and B8. RGB value is (189,46,184). Sum of RGB (Red+Green+Blue) = 189+46+184=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2EB8 is #42D147. Grayscale: #686868. Windows color (decimal): -4378952 or 12070589. OLE color: 12070589.

HSL color Cylindrical-coordinate representation of color #BD2EB8: hue angle of 302.1º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2EB8 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 46 184 -
CMYK 0 0.76 0.03 0.26
HSL 302.1º 0.61% 0.46% -
HSV(B) 302.1º 0.76% 0.74% -
XYZ 30.61 16.23 46.87 -
YUV 104.49 172.88 188.28 -
System Red Green Blue C M Y K H S L
Decimal 189 46 184 0 0.76 0.03 0.26 302.1 0.61 0.46
Hex BD 2E B8 0 4C 3 1A 12E 3D 2E
Octal 275 56 270 0 114 3 32 456 75 56
Binary 10111101 101110 10111000 0 1001100 11 11010 100101110 111101 101110

Color Harmonies of #BD2EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2EB8

Black with #BD2EB8

Text Example


Text Example

White with #BD2EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2EB8; }

 p { color: rgb(189,46,184); }

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

background-color css

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

 a { background-color: rgb(189,46,184); }

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

border-color css

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

 span { border-color: rgb(189,46,184); }

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