Html Css Color HEX #BD63B3 Fuchsia

📋 copy color: '#BD63B3'

red 189 ◦ green 99 ◦ blue 179

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

Shades of Fuchsia #BD63B3

Tints of Fuchsia #BD63B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.33%

R = 40.47%
G = 21.2%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD63B3 (or 0xBD63B3) is known color: Fuchsia. HEX triplet: BD, 63 and B3. RGB value is (189,99,179). Sum of RGB (Red+Green+Blue) = 189+99+179=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD63B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63B3 is #429C4C. Grayscale: #868686. Windows color (decimal): -4365389 or 11756477. OLE color: 11756477.

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

Color convert

RGB 189 99 179 -
CMYK 0 0.48 0.05 0.26
HSL 306.67º 0.41% 0.56% -
HSV(B) 306.67º 0.48% 0.74% -
XYZ 33.58 23 45.32 -
YUV 135.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 189 99 179 0 0.48 0.05 0.26 306.67 0.41 0.56
Hex BD 63 B3 0 30 5 1A 133 29 38
Octal 275 143 263 0 60 5 32 463 51 70
Binary 10111101 1100011 10110011 0 110000 101 11010 100110011 101001 111000

Color Harmonies of #BD63B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD63B3

Black with #BD63B3

Text Example


Text Example

White with #BD63B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD63B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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