Html Css Color HEX #BD30B0 Fuchsia

📋 copy color: '#BD30B0'

red 189 ◦ green 48 ◦ blue 176

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

Shades of Fuchsia #BD30B0

Tints of Fuchsia #BD30B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.62%

R = 45.76%
G = 11.62%
B = 42.62%

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

#BD30B0 (or 0xBD30B0) is known color: Fuchsia. HEX triplet: BD, 30 and B0. RGB value is (189,48,176). Sum of RGB (Red+Green+Blue) = 189+48+176=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD30B0 is #42CF4F. Grayscale: #686868. Windows color (decimal): -4378448 or 11546813. OLE color: 11546813.

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

Color convert

RGB 189 48 176 -
CMYK 0 0.75 0.07 0.26
HSL 305.53º 0.59% 0.46% -
HSV(B) 305.53º 0.75% 0.74% -
XYZ 29.88 16.07 42.6 -
YUV 104.75 168.21 188.09 -
System Red Green Blue C M Y K H S L
Decimal 189 48 176 0 0.75 0.07 0.26 305.53 0.59 0.46
Hex BD 30 B0 0 4B 7 1A 132 3B 2E
Octal 275 60 260 0 113 7 32 462 73 56
Binary 10111101 110000 10110000 0 1001011 111 11010 100110010 111011 101110

Color Harmonies of #BD30B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30B0

Black with #BD30B0

Text Example


Text Example

White with #BD30B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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