Html Css Color HEX #BD33BA Fuchsia

📋 copy color: '#BD33BA'

red 189 ◦ green 51 ◦ blue 186

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

Shades of Fuchsia #BD33BA

Tints of Fuchsia #BD33BA

RGB

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

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

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

R = 44.37%
G = 11.97%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD33BA (or 0xBD33BA) is known color: Fuchsia. HEX triplet: BD, 33 and BA. RGB value is (189,51,186). Sum of RGB (Red+Green+Blue) = 189+51+186=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD33BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33BA is #42CC45. Grayscale: #6B6B6B. Windows color (decimal): -4377670 or 12202941. OLE color: 12202941.

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

Color convert

RGB 189 51 186 -
CMYK 0 0.73 0.02 0.26
HSL 301.3º 0.58% 0.47% -
HSV(B) 301.3º 0.73% 0.74% -
XYZ 31.03 16.73 48.05 -
YUV 107.65 172.22 186.02 -
System Red Green Blue C M Y K H S L
Decimal 189 51 186 0 0.73 0.02 0.26 301.3 0.58 0.47
Hex BD 33 BA 0 49 2 1A 12D 3A 2F
Octal 275 63 272 0 111 2 32 455 72 57
Binary 10111101 110011 10111010 0 1001001 10 11010 100101101 111010 101111

Color Harmonies of #BD33BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33BA

Black with #BD33BA

Text Example


Text Example

White with #BD33BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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