Html Css Color HEX #BD30B4 Fuchsia

📋 copy color: '#BD30B4'

red 189 ◦ green 48 ◦ blue 180

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

Shades of Fuchsia #BD30B4

Tints of Fuchsia #BD30B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.17%

R = 45.32%
G = 11.51%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD30B4 (or 0xBD30B4) is known color: Fuchsia. HEX triplet: BD, 30 and B4. RGB value is (189,48,180). Sum of RGB (Red+Green+Blue) = 189+48+180=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30B4 is #42CF4B. Grayscale: #686868. Windows color (decimal): -4378444 or 11808957. OLE color: 11808957.

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

Color convert

RGB 189 48 180 -
CMYK 0 0.75 0.05 0.26
HSL 303.83º 0.59% 0.46% -
HSV(B) 303.83º 0.75% 0.74% -
XYZ 30.28 16.23 44.72 -
YUV 105.21 170.21 187.77 -
System Red Green Blue C M Y K H S L
Decimal 189 48 180 0 0.75 0.05 0.26 303.83 0.59 0.46
Hex BD 30 B4 0 4B 5 1A 130 3B 2E
Octal 275 60 264 0 113 5 32 460 73 56
Binary 10111101 110000 10110100 0 1001011 101 11010 100110000 111011 101110

Color Harmonies of #BD30B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30B4

Black with #BD30B4

Text Example


Text Example

White with #BD30B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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