Html Css Color HEX #BD30CC Fuchsia

📋 copy color: '#BD30CC'

red 189 ◦ green 48 ◦ blue 204

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

Shades of Fuchsia #BD30CC

Tints of Fuchsia #BD30CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 42.86%
G = 10.88%
B = 46.26%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD30CC (or 0xBD30CC) is known color: Fuchsia. HEX triplet: BD, 30 and CC. RGB value is (189,48,204). Sum of RGB (Red+Green+Blue) = 189+48+204=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD30CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30CC is #42CF33. Grayscale: #6B6B6B. Windows color (decimal): -4378420 or 13381821. OLE color: 13381821.

HSL color Cylindrical-coordinate representation of color #BD30CC: hue angle of 294.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD30CC is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 48 204 -
CMYK 0.07 0.76 0 0.2
HSL 294.23º 0.62% 0.49% -
HSV(B) 294.23º 0.76% 0.8% -
XYZ 32.94 17.29 58.73 -
YUV 107.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 189 48 204 0.07 0.76 0 0.2 294.23 0.62 0.49
Hex BD 30 CC 7 4C 0 14 126 3E 31
Octal 275 60 314 7 114 0 24 446 76 61
Binary 10111101 110000 11001100 111 1001100 0 10100 100100110 111110 110001

Color Harmonies of #BD30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30CC

Black with #BD30CC

Text Example


Text Example

White with #BD30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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