Html Css Color HEX #BD31C6 Fuchsia

📋 copy color: '#BD31C6'

red 189 ◦ green 49 ◦ blue 198

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

Shades of Fuchsia #BD31C6

Tints of Fuchsia #BD31C6

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.24%

 BLUE value IS 198 (77.73% from 255) = 45.41%

R = 43.35%
G = 11.24%
B = 45.41%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD31C6 (or 0xBD31C6) is known color: Fuchsia. HEX triplet: BD, 31 and C6. RGB value is (189,49,198). Sum of RGB (Red+Green+Blue) = 189+49+198=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD31C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD31C6 is #42CE39. Grayscale: #6B6B6B. Windows color (decimal): -4378170 or 12988861. OLE color: 12988861.

HSL color Cylindrical-coordinate representation of color #BD31C6: hue angle of 296.38º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD31C6 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 49 198 -
CMYK 0.05 0.75 0 0.22
HSL 296.38º 0.6% 0.48% -
HSV(B) 296.38º 0.75% 0.78% -
XYZ 32.28 17.09 55.02 -
YUV 107.85 178.88 185.88 -
System Red Green Blue C M Y K H S L
Decimal 189 49 198 0.05 0.75 0 0.22 296.38 0.6 0.48
Hex BD 31 C6 5 4B 0 16 128 3C 30
Octal 275 61 306 5 113 0 26 450 74 60
Binary 10111101 110001 11000110 101 1001011 0 10110 100101000 111100 110000

Color Harmonies of #BD31C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD31C6

Black with #BD31C6

Text Example


Text Example

White with #BD31C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD31C6; }

 p { color: rgb(189,49,198); }

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

background-color css

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

 a { background-color: rgb(189,49,198); }

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

border-color css

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

 span { border-color: rgb(189,49,198); }

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