Html Css Color HEX #BD58C4 Fuchsia

📋 copy color: '#BD58C4'

red 189 ◦ green 88 ◦ blue 196

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

Shades of Fuchsia #BD58C4

Tints of Fuchsia #BD58C4

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.6%

 BLUE value IS 196 (76.95% from 255) = 41.44%

R = 39.96%
G = 18.6%
B = 41.44%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD58C4 (or 0xBD58C4) is known color: Fuchsia. HEX triplet: BD, 58 and C4. RGB value is (189,88,196). Sum of RGB (Red+Green+Blue) = 189+88+196=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD58C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD58C4 is #42A73B. Grayscale: #828282. Windows color (decimal): -4368188 or 12867773. OLE color: 12867773.

HSL color Cylindrical-coordinate representation of color #BD58C4: hue angle of 296.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD58C4 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 88 196 -
CMYK 0.04 0.55 0 0.23
HSL 296.11º 0.48% 0.56% -
HSV(B) 296.11º 0.55% 0.77% -
XYZ 34.44 21.78 54.61 -
YUV 130.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 189 88 196 0.04 0.55 0 0.23 296.11 0.48 0.56
Hex BD 58 C4 4 37 0 17 128 30 38
Octal 275 130 304 4 67 0 27 450 60 70
Binary 10111101 1011000 11000100 100 110111 0 10111 100101000 110000 111000

Color Harmonies of #BD58C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD58C4

Black with #BD58C4

Text Example


Text Example

White with #BD58C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD58C4; }

 p { color: rgb(189,88,196); }

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

background-color css

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

 a { background-color: rgb(189,88,196); }

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

border-color css

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

 span { border-color: rgb(189,88,196); }

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