Html Css Color HEX #BD3FB7 Fuchsia

📋 copy color: '#BD3FB7'

red 189 ◦ green 63 ◦ blue 183

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

Shades of Fuchsia #BD3FB7

Tints of Fuchsia #BD3FB7

RGB

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

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

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

R = 43.45%
G = 14.48%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD3FB7 (or 0xBD3FB7) is known color: Fuchsia. HEX triplet: BD, 3F and B7. RGB value is (189,63,183). Sum of RGB (Red+Green+Blue) = 189+63+183=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FB7 is #42C048. Grayscale: #717171. Windows color (decimal): -4374601 or 12009405. OLE color: 12009405.

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

Color convert

RGB 189 63 183 -
CMYK 0 0.67 0.03 0.26
HSL 302.86º 0.5% 0.49% -
HSV(B) 302.86º 0.67% 0.74% -
XYZ 31.31 17.79 46.58 -
YUV 114.35 166.74 181.24 -
System Red Green Blue C M Y K H S L
Decimal 189 63 183 0 0.67 0.03 0.26 302.86 0.5 0.49
Hex BD 3F B7 0 43 3 1A 12F 32 31
Octal 275 77 267 0 103 3 32 457 62 61
Binary 10111101 111111 10110111 0 1000011 11 11010 100101111 110010 110001

Color Harmonies of #BD3FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3FB7

Black with #BD3FB7

Text Example


Text Example

White with #BD3FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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