Html Css Color HEX #BD30B7 Fuchsia

📋 copy color: '#BD30B7'

red 189 ◦ green 48 ◦ blue 183

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

Shades of Fuchsia #BD30B7

Tints of Fuchsia #BD30B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.57%

R = 45%
G = 11.43%
B = 43.57%

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

#BD30B7 (or 0xBD30B7) is known color: Fuchsia. HEX triplet: BD, 30 and B7. RGB value is (189,48,183). Sum of RGB (Red+Green+Blue) = 189+48+183=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30B7 is #42CF48. Grayscale: #696969. Windows color (decimal): -4378441 or 12005565. OLE color: 12005565.

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

Color convert

RGB 189 48 183 -
CMYK 0 0.75 0.03 0.26
HSL 302.55º 0.59% 0.46% -
HSV(B) 302.55º 0.75% 0.74% -
XYZ 30.59 16.35 46.34 -
YUV 105.55 171.71 187.52 -
System Red Green Blue C M Y K H S L
Decimal 189 48 183 0 0.75 0.03 0.26 302.55 0.59 0.46
Hex BD 30 B7 0 4B 3 1A 12F 3B 2E
Octal 275 60 267 0 113 3 32 457 73 56
Binary 10111101 110000 10110111 0 1001011 11 11010 100101111 111011 101110

Color Harmonies of #BD30B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30B7

Black with #BD30B7

Text Example


Text Example

White with #BD30B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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