Html Css Color HEX #BD48BA Fuchsia

📋 copy color: '#BD48BA'

red 189 ◦ green 72 ◦ blue 186

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

Shades of Fuchsia #BD48BA

Tints of Fuchsia #BD48BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.11%

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 42.28%
G = 16.11%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD48BA (or 0xBD48BA) is known color: Fuchsia. HEX triplet: BD, 48 and BA. RGB value is (189,72,186). Sum of RGB (Red+Green+Blue) = 189+72+186=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD48BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD48BA is #42B745. Grayscale: #777777. Windows color (decimal): -4372294 or 12208317. OLE color: 12208317.

HSL color Cylindrical-coordinate representation of color #BD48BA: hue angle of 301.54º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD48BA is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 72 186 -
CMYK 0 0.62 0.02 0.26
HSL 301.54º 0.47% 0.51% -
HSV(B) 301.54º 0.62% 0.74% -
XYZ 32.17 19 48.43 -
YUV 119.98 165.26 177.23 -
System Red Green Blue C M Y K H S L
Decimal 189 72 186 0 0.62 0.02 0.26 301.54 0.47 0.51
Hex BD 48 BA 0 3E 2 1A 12E 2F 33
Octal 275 110 272 0 76 2 32 456 57 63
Binary 10111101 1001000 10111010 0 111110 10 11010 100101110 101111 110011

Color Harmonies of #BD48BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD48BA

Black with #BD48BA

Text Example


Text Example

White with #BD48BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD48BA; }

 p { color: rgb(189,72,186); }

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

background-color css

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

 a { background-color: rgb(189,72,186); }

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

border-color css

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

 span { border-color: rgb(189,72,186); }

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