Html Css Color HEX #BD30B8 Fuchsia

📋 copy color: '#BD30B8'

red 189 ◦ green 48 ◦ blue 184

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

Shades of Fuchsia #BD30B8

Tints of Fuchsia #BD30B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.71%

R = 44.89%
G = 11.4%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD30B8 (or 0xBD30B8) is known color: Fuchsia. HEX triplet: BD, 30 and B8. RGB value is (189,48,184). Sum of RGB (Red+Green+Blue) = 189+48+184=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30B8 is #42CF47. Grayscale: #696969. Windows color (decimal): -4378440 or 12071101. OLE color: 12071101.

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

Color convert

RGB 189 48 184 -
CMYK 0 0.75 0.03 0.26
HSL 302.13º 0.59% 0.46% -
HSV(B) 302.13º 0.75% 0.74% -
XYZ 30.69 16.39 46.89 -
YUV 105.66 172.21 187.44 -
System Red Green Blue C M Y K H S L
Decimal 189 48 184 0 0.75 0.03 0.26 302.13 0.59 0.46
Hex BD 30 B8 0 4B 3 1A 12E 3B 2E
Octal 275 60 270 0 113 3 32 456 73 56
Binary 10111101 110000 10111000 0 1001011 11 11010 100101110 111011 101110

Color Harmonies of #BD30B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30B8

Black with #BD30B8

Text Example


Text Example

White with #BD30B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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