Html Css Color HEX #BD33BF Fuchsia

📋 copy color: '#BD33BF'

red 189 ◦ green 51 ◦ blue 191

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

Shades of Fuchsia #BD33BF

Tints of Fuchsia #BD33BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 43.85%
G = 11.83%
B = 44.32%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD33BF (or 0xBD33BF) is known color: Fuchsia. HEX triplet: BD, 33 and BF. RGB value is (189,51,191). Sum of RGB (Red+Green+Blue) = 189+51+191=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD33BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33BF is #42CC40. Grayscale: #6B6B6B. Windows color (decimal): -4377665 or 12530621. OLE color: 12530621.

HSL color Cylindrical-coordinate representation of color #BD33BF: hue angle of 299.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD33BF is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 51 191 -
CMYK 0.01 0.73 0 0.25
HSL 299.14º 0.58% 0.47% -
HSV(B) 299.14º 0.73% 0.75% -
XYZ 31.57 16.95 50.9 -
YUV 108.22 174.72 185.62 -
System Red Green Blue C M Y K H S L
Decimal 189 51 191 0.01 0.73 0 0.25 299.14 0.58 0.47
Hex BD 33 BF 1 49 0 19 12B 3A 2F
Octal 275 63 277 1 111 0 31 453 72 57
Binary 10111101 110011 10111111 1 1001001 0 11001 100101011 111010 101111

Color Harmonies of #BD33BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33BF

Black with #BD33BF

Text Example


Text Example

White with #BD33BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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