Html Css Color HEX #BD33C2 Fuchsia

📋 copy color: '#BD33C2'

red 189 ◦ green 51 ◦ blue 194

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

Shades of Fuchsia #BD33C2

Tints of Fuchsia #BD33C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.7%

R = 43.55%
G = 11.75%
B = 44.7%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD33C2 (or 0xBD33C2) is known color: Fuchsia. HEX triplet: BD, 33 and C2. RGB value is (189,51,194). Sum of RGB (Red+Green+Blue) = 189+51+194=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD33C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33C2 is #42CC3D. Grayscale: #6C6C6C. Windows color (decimal): -4377662 or 12727229. OLE color: 12727229.

HSL color Cylindrical-coordinate representation of color #BD33C2: hue angle of 297.9º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD33C2 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 51 194 -
CMYK 0.03 0.74 0 0.24
HSL 297.9º 0.58% 0.48% -
HSV(B) 297.9º 0.74% 0.76% -
XYZ 31.91 17.08 52.65 -
YUV 108.56 176.22 185.37 -
System Red Green Blue C M Y K H S L
Decimal 189 51 194 0.03 0.74 0 0.24 297.9 0.58 0.48
Hex BD 33 C2 3 4A 0 18 12A 3A 30
Octal 275 63 302 3 112 0 30 452 72 60
Binary 10111101 110011 11000010 11 1001010 0 11000 100101010 111010 110000

Color Harmonies of #BD33C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33C2

Black with #BD33C2

Text Example


Text Example

White with #BD33C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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