Html Css Color HEX #BD33AF Fuchsia

📋 copy color: '#BD33AF'

red 189 ◦ green 51 ◦ blue 175

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

Shades of Fuchsia #BD33AF

Tints of Fuchsia #BD33AF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.29%

 BLUE value IS 175 (68.75% from 255) = 42.17%

R = 45.54%
G = 12.29%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD33AF (or 0xBD33AF) is known color: Fuchsia. HEX triplet: BD, 33 and AF. RGB value is (189,51,175). Sum of RGB (Red+Green+Blue) = 189+51+175=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD33AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD33AF is #42CC50. Grayscale: #6A6A6A. Windows color (decimal): -4377681 or 11482045. OLE color: 11482045.

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

Color convert

RGB 189 51 175 -
CMYK 0 0.73 0.07 0.26
HSL 306.09º 0.58% 0.47% -
HSV(B) 306.09º 0.73% 0.74% -
XYZ 29.91 16.28 42.12 -
YUV 106.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 189 51 175 0 0.73 0.07 0.26 306.09 0.58 0.47
Hex BD 33 AF 0 49 7 1A 132 3A 2F
Octal 275 63 257 0 111 7 32 462 72 57
Binary 10111101 110011 10101111 0 1001001 111 11010 100110010 111010 101111

Color Harmonies of #BD33AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33AF

Black with #BD33AF

Text Example


Text Example

White with #BD33AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33AF; }

 p { color: rgb(189,51,175); }

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

background-color css

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

 a { background-color: rgb(189,51,175); }

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

border-color css

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

 span { border-color: rgb(189,51,175); }

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