Html Css Color HEX #BD34BA Fuchsia

📋 copy color: '#BD34BA'

red 189 ◦ green 52 ◦ blue 186

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

Shades of Fuchsia #BD34BA

Tints of Fuchsia #BD34BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 44.26%
G = 12.18%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD34BA (or 0xBD34BA) is known color: Fuchsia. HEX triplet: BD, 34 and BA. RGB value is (189,52,186). Sum of RGB (Red+Green+Blue) = 189+52+186=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD34BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34BA is #42CB45. Grayscale: #6B6B6B. Windows color (decimal): -4377414 or 12203197. OLE color: 12203197.

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

Color convert

RGB 189 52 186 -
CMYK 0 0.72 0.02 0.26
HSL 301.31º 0.57% 0.47% -
HSV(B) 301.31º 0.72% 0.74% -
XYZ 31.08 16.82 48.06 -
YUV 108.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 189 52 186 0 0.72 0.02 0.26 301.31 0.57 0.47
Hex BD 34 BA 0 48 2 1A 12D 39 2F
Octal 275 64 272 0 110 2 32 455 71 57
Binary 10111101 110100 10111010 0 1001000 10 11010 100101101 111001 101111

Color Harmonies of #BD34BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD34BA

Black with #BD34BA

Text Example


Text Example

White with #BD34BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD34BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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