Html Css Color HEX #BD33B4 Fuchsia

📋 copy color: '#BD33B4'

red 189 ◦ green 51 ◦ blue 180

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

Shades of Fuchsia #BD33B4

Tints of Fuchsia #BD33B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.86%

R = 45%
G = 12.14%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD33B4 (or 0xBD33B4) is known color: Fuchsia. HEX triplet: BD, 33 and B4. RGB value is (189,51,180). Sum of RGB (Red+Green+Blue) = 189+51+180=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD33B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33B4 is #42CC4B. Grayscale: #6A6A6A. Windows color (decimal): -4377676 or 11809725. OLE color: 11809725.

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

Color convert

RGB 189 51 180 -
CMYK 0 0.73 0.05 0.26
HSL 303.91º 0.58% 0.47% -
HSV(B) 303.91º 0.73% 0.74% -
XYZ 30.41 16.48 44.76 -
YUV 106.97 169.22 186.51 -
System Red Green Blue C M Y K H S L
Decimal 189 51 180 0 0.73 0.05 0.26 303.91 0.58 0.47
Hex BD 33 B4 0 49 5 1A 130 3A 2F
Octal 275 63 264 0 111 5 32 460 72 57
Binary 10111101 110011 10110100 0 1001001 101 11010 100110000 111010 101111

Color Harmonies of #BD33B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33B4

Black with #BD33B4

Text Example


Text Example

White with #BD33B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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