Html Css Color HEX #BD41B7 Fuchsia

📋 copy color: '#BD41B7'

red 189 ◦ green 65 ◦ blue 183

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

Shades of Fuchsia #BD41B7

Tints of Fuchsia #BD41B7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.87%

 BLUE value IS 183 (71.88% from 255) = 41.88%

R = 43.25%
G = 14.87%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD41B7 (or 0xBD41B7) is known color: Fuchsia. HEX triplet: BD, 41 and B7. RGB value is (189,65,183). Sum of RGB (Red+Green+Blue) = 189+65+183=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD41B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD41B7 is #42BE48. Grayscale: #737373. Windows color (decimal): -4374089 or 12009917. OLE color: 12009917.

HSL color Cylindrical-coordinate representation of color #BD41B7: hue angle of 302.9º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD41B7 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 65 183 -
CMYK 0 0.66 0.03 0.26
HSL 302.9º 0.49% 0.5% -
HSV(B) 302.9º 0.66% 0.74% -
XYZ 31.42 18.02 46.62 -
YUV 115.53 166.08 180.41 -
System Red Green Blue C M Y K H S L
Decimal 189 65 183 0 0.66 0.03 0.26 302.9 0.49 0.5
Hex BD 41 B7 0 42 3 1A 12F 31 32
Octal 275 101 267 0 102 3 32 457 61 62
Binary 10111101 1000001 10110111 0 1000010 11 11010 100101111 110001 110010

Color Harmonies of #BD41B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD41B7

Black with #BD41B7

Text Example


Text Example

White with #BD41B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD41B7; }

 p { color: rgb(189,65,183); }

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

background-color css

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

 a { background-color: rgb(189,65,183); }

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

border-color css

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

 span { border-color: rgb(189,65,183); }

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