Html Css Color HEX #BD30AF Fuchsia

📋 copy color: '#BD30AF'

red 189 ◦ green 48 ◦ blue 175

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

Shades of Fuchsia #BD30AF

Tints of Fuchsia #BD30AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.48%

R = 45.87%
G = 11.65%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD30AF (or 0xBD30AF) is known color: Fuchsia. HEX triplet: BD, 30 and AF. RGB value is (189,48,175). Sum of RGB (Red+Green+Blue) = 189+48+175=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD30AF is #42CF50. Grayscale: #686868. Windows color (decimal): -4378449 or 11481277. OLE color: 11481277.

HSL color Cylindrical-coordinate representation of color #BD30AF: hue angle of 305.96º 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 #BD30AF is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 48 175 -
CMYK 0 0.75 0.07 0.26
HSL 305.96º 0.59% 0.46% -
HSV(B) 305.96º 0.75% 0.74% -
XYZ 29.78 16.03 42.08 -
YUV 104.64 167.71 188.17 -
System Red Green Blue C M Y K H S L
Decimal 189 48 175 0 0.75 0.07 0.26 305.96 0.59 0.46
Hex BD 30 AF 0 4B 7 1A 132 3B 2E
Octal 275 60 257 0 113 7 32 462 73 56
Binary 10111101 110000 10101111 0 1001011 111 11010 100110010 111011 101110

Color Harmonies of #BD30AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30AF

Black with #BD30AF

Text Example


Text Example

White with #BD30AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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