Html Css Color HEX #BD30AC Fuchsia

📋 copy color: '#BD30AC'

red 189 ◦ green 48 ◦ blue 172

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

Shades of Fuchsia #BD30AC

Tints of Fuchsia #BD30AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.74%

 BLUE value IS 172 (67.58% from 255) = 42.05%

R = 46.21%
G = 11.74%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD30AC (or 0xBD30AC) is known color: Fuchsia. HEX triplet: BD, 30 and AC. RGB value is (189,48,172). Sum of RGB (Red+Green+Blue) = 189+48+172=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD30AC is #42CF53. Grayscale: #676767. Windows color (decimal): -4378452 or 11284669. OLE color: 11284669.

HSL color Cylindrical-coordinate representation of color #BD30AC: hue angle of 307.23º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD30AC is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 48 172 -
CMYK 0 0.75 0.09 0.26
HSL 307.23º 0.59% 0.46% -
HSV(B) 307.23º 0.75% 0.74% -
XYZ 29.49 15.91 40.55 -
YUV 104.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 189 48 172 0 0.75 0.09 0.26 307.23 0.59 0.46
Hex BD 30 AC 0 4B 9 1A 133 3B 2E
Octal 275 60 254 0 113 11 32 463 73 56
Binary 10111101 110000 10101100 0 1001011 1001 11010 100110011 111011 101110

Color Harmonies of #BD30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30AC

Black with #BD30AC

Text Example


Text Example

White with #BD30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30AC; }

 p { color: rgb(189,48,172); }

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

background-color css

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

 a { background-color: rgb(189,48,172); }

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

border-color css

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

 span { border-color: rgb(189,48,172); }

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