Html Css Color HEX #BD33C8 Fuchsia

📋 copy color: '#BD33C8'

red 189 ◦ green 51 ◦ blue 200

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

Shades of Fuchsia #BD33C8

Tints of Fuchsia #BD33C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.45%

R = 42.95%
G = 11.59%
B = 45.45%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD33C8 (or 0xBD33C8) is known color: Fuchsia. HEX triplet: BD, 33 and C8. RGB value is (189,51,200). Sum of RGB (Red+Green+Blue) = 189+51+200=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD33C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33C8 is #42CC37. Grayscale: #6C6C6C. Windows color (decimal): -4377656 or 13120445. OLE color: 13120445.

HSL color Cylindrical-coordinate representation of color #BD33C8: hue angle of 295.57º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD33C8 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 51 200 -
CMYK 0.06 0.74 0 0.22
HSL 295.57º 0.59% 0.49% -
HSV(B) 295.57º 0.75% 0.78% -
XYZ 32.6 17.36 56.28 -
YUV 109.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 189 51 200 0.06 0.74 0 0.22 295.57 0.59 0.49
Hex BD 33 C8 6 4A 0 16 128 3B 31
Octal 275 63 310 6 112 0 26 450 73 61
Binary 10111101 110011 11001000 110 1001010 0 10110 100101000 111011 110001

Color Harmonies of #BD33C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33C8

Black with #BD33C8

Text Example


Text Example

White with #BD33C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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