Html Css Color HEX #BD34B8 Fuchsia

📋 copy color: '#BD34B8'

red 189 ◦ green 52 ◦ blue 184

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

Shades of Fuchsia #BD34B8

Tints of Fuchsia #BD34B8

RGB

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

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

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

R = 44.47%
G = 12.24%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD34B8 (or 0xBD34B8) is known color: Fuchsia. HEX triplet: BD, 34 and B8. RGB value is (189,52,184). Sum of RGB (Red+Green+Blue) = 189+52+184=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD34B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34B8 is #42CB47. Grayscale: #6B6B6B. Windows color (decimal): -4377416 or 12072125. OLE color: 12072125.

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

Color convert

RGB 189 52 184 -
CMYK 0 0.72 0.03 0.26
HSL 302.19º 0.57% 0.47% -
HSV(B) 302.19º 0.72% 0.74% -
XYZ 30.87 16.74 46.95 -
YUV 108.01 170.89 185.77 -
System Red Green Blue C M Y K H S L
Decimal 189 52 184 0 0.72 0.03 0.26 302.19 0.57 0.47
Hex BD 34 B8 0 48 3 1A 12E 39 2F
Octal 275 64 270 0 110 3 32 456 71 57
Binary 10111101 110100 10111000 0 1001000 11 11010 100101110 111001 101111

Color Harmonies of #BD34B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD34B8

Black with #BD34B8

Text Example


Text Example

White with #BD34B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD34B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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