Html Css Color HEX #BD3FB4 Fuchsia

📋 copy color: '#BD3FB4'

red 189 ◦ green 63 ◦ blue 180

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

Shades of Fuchsia #BD3FB4

Tints of Fuchsia #BD3FB4

RGB

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

 GREEN value IS 63 (25% from 255) = 14.58%

 BLUE value IS 180 (70.7% from 255) = 41.67%

R = 43.75%
G = 14.58%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD3FB4 (or 0xBD3FB4) is known color: Fuchsia. HEX triplet: BD, 3F and B4. RGB value is (189,63,180). Sum of RGB (Red+Green+Blue) = 189+63+180=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FB4 is #42C04B. Grayscale: #717171. Windows color (decimal): -4374604 or 11812797. OLE color: 11812797.

HSL color Cylindrical-coordinate representation of color #BD3FB4: hue angle of 304.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3FB4 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 63 180 -
CMYK 0 0.67 0.05 0.26
HSL 304.29º 0.5% 0.49% -
HSV(B) 304.29º 0.67% 0.74% -
XYZ 31 17.67 44.96 -
YUV 114.01 165.24 181.49 -
System Red Green Blue C M Y K H S L
Decimal 189 63 180 0 0.67 0.05 0.26 304.29 0.5 0.49
Hex BD 3F B4 0 43 5 1A 130 32 31
Octal 275 77 264 0 103 5 32 460 62 61
Binary 10111101 111111 10110100 0 1000011 101 11010 100110000 110010 110001

Color Harmonies of #BD3FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3FB4

Black with #BD3FB4

Text Example


Text Example

White with #BD3FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3FB4; }

 p { color: rgb(189,63,180); }

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

background-color css

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

 a { background-color: rgb(189,63,180); }

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

border-color css

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

 span { border-color: rgb(189,63,180); }

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