Html Css Color HEX #BD34B2 Fuchsia

📋 copy color: '#BD34B2'

red 189 ◦ green 52 ◦ blue 178

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

Shades of Fuchsia #BD34B2

Tints of Fuchsia #BD34B2

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.41%

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

R = 45.11%
G = 12.41%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD34B2 (or 0xBD34B2) is known color: Fuchsia. HEX triplet: BD, 34 and B2. RGB value is (189,52,178). Sum of RGB (Red+Green+Blue) = 189+52+178=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD34B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD34B2 is #42CB4D. Grayscale: #6A6A6A. Windows color (decimal): -4377422 or 11678909. OLE color: 11678909.

HSL color Cylindrical-coordinate representation of color #BD34B2: hue angle of 304.82º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD34B2 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 52 178 -
CMYK 0 0.72 0.06 0.26
HSL 304.82º 0.57% 0.47% -
HSV(B) 304.82º 0.72% 0.74% -
XYZ 30.25 16.49 43.71 -
YUV 107.33 167.89 186.25 -
System Red Green Blue C M Y K H S L
Decimal 189 52 178 0 0.72 0.06 0.26 304.82 0.57 0.47
Hex BD 34 B2 0 48 6 1A 131 39 2F
Octal 275 64 262 0 110 6 32 461 71 57
Binary 10111101 110100 10110010 0 1001000 110 11010 100110001 111001 101111

Color Harmonies of #BD34B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD34B2

Black with #BD34B2

Text Example


Text Example

White with #BD34B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD34B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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