Html Css Color HEX #BD30B2 Fuchsia

📋 copy color: '#BD30B2'

red 189 ◦ green 48 ◦ blue 178

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

Shades of Fuchsia #BD30B2

Tints of Fuchsia #BD30B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.89%

R = 45.54%
G = 11.57%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD30B2 (or 0xBD30B2) is known color: Fuchsia. HEX triplet: BD, 30 and B2. RGB value is (189,48,178). Sum of RGB (Red+Green+Blue) = 189+48+178=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD30B2 is #42CF4D. Grayscale: #686868. Windows color (decimal): -4378446 or 11677885. OLE color: 11677885.

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

Color convert

RGB 189 48 178 -
CMYK 0 0.75 0.06 0.26
HSL 304.68º 0.59% 0.46% -
HSV(B) 304.68º 0.75% 0.74% -
XYZ 30.08 16.15 43.65 -
YUV 104.98 169.21 187.93 -
System Red Green Blue C M Y K H S L
Decimal 189 48 178 0 0.75 0.06 0.26 304.68 0.59 0.46
Hex BD 30 B2 0 4B 6 1A 131 3B 2E
Octal 275 60 262 0 113 6 32 461 73 56
Binary 10111101 110000 10110010 0 1001011 110 11010 100110001 111011 101110

Color Harmonies of #BD30B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30B2

Black with #BD30B2

Text Example


Text Example

White with #BD30B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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