Html Css Color HEX #BD2DB2 Fuchsia

📋 copy color: '#BD2DB2'

red 189 ◦ green 45 ◦ blue 178

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

Shades of Fuchsia #BD2DB2

Tints of Fuchsia #BD2DB2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.92%

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

R = 45.87%
G = 10.92%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD2DB2 (or 0xBD2DB2) is known color: Fuchsia. HEX triplet: BD, 2D and B2. RGB value is (189,45,178). Sum of RGB (Red+Green+Blue) = 189+45+178=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2DB2 is #42D24D. Grayscale: #666666. Windows color (decimal): -4379214 or 11677117. OLE color: 11677117.

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

Color convert

RGB 189 45 178 -
CMYK 0 0.76 0.06 0.26
HSL 304.58º 0.62% 0.46% -
HSV(B) 304.58º 0.76% 0.74% -
XYZ 29.96 15.91 43.61 -
YUV 103.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 189 45 178 0 0.76 0.06 0.26 304.58 0.62 0.46
Hex BD 2D B2 0 4C 6 1A 131 3E 2E
Octal 275 55 262 0 114 6 32 461 76 56
Binary 10111101 101101 10110010 0 1001100 110 11010 100110001 111110 101110

Color Harmonies of #BD2DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2DB2

Black with #BD2DB2

Text Example


Text Example

White with #BD2DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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