Html Css Color HEX #BD63B1 Fuchsia

📋 copy color: '#BD63B1'

red 189 ◦ green 99 ◦ blue 177

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

Shades of Fuchsia #BD63B1

Tints of Fuchsia #BD63B1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.29%

 BLUE value IS 177 (69.53% from 255) = 38.06%

R = 40.65%
G = 21.29%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD63B1 (or 0xBD63B1) is known color: Fuchsia. HEX triplet: BD, 63 and B1. RGB value is (189,99,177). Sum of RGB (Red+Green+Blue) = 189+99+177=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD63B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD63B1 is #429C4E. Grayscale: #868686. Windows color (decimal): -4365391 or 11625405. OLE color: 11625405.

HSL color Cylindrical-coordinate representation of color #BD63B1: hue angle of 308º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD63B1 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 99 177 -
CMYK 0 0.48 0.06 0.26
HSL 308º 0.41% 0.56% -
HSV(B) 308º 0.48% 0.74% -
XYZ 33.38 22.92 44.26 -
YUV 134.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 189 99 177 0 0.48 0.06 0.26 308 0.41 0.56
Hex BD 63 B1 0 30 6 1A 134 29 38
Octal 275 143 261 0 60 6 32 464 51 70
Binary 10111101 1100011 10110001 0 110000 110 11010 100110100 101001 111000

Color Harmonies of #BD63B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD63B1

Black with #BD63B1

Text Example


Text Example

White with #BD63B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD63B1; }

 p { color: rgb(189,99,177); }

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

background-color css

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

 a { background-color: rgb(189,99,177); }

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

border-color css

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

 span { border-color: rgb(189,99,177); }

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