Html Css Color HEX #BD2FB1 Fuchsia

📋 copy color: '#BD2FB1'

red 189 ◦ green 47 ◦ blue 177

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

Shades of Fuchsia #BD2FB1

Tints of Fuchsia #BD2FB1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.38%

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

R = 45.76%
G = 11.38%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD2FB1 (or 0xBD2FB1) is known color: Fuchsia. HEX triplet: BD, 2F and B1. RGB value is (189,47,177). Sum of RGB (Red+Green+Blue) = 189+47+177=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2FB1 is #42D04E. Grayscale: #676767. Windows color (decimal): -4378703 or 11612093. OLE color: 11612093.

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

Color convert

RGB 189 47 177 -
CMYK 0 0.75 0.06 0.26
HSL 305.07º 0.6% 0.46% -
HSV(B) 305.07º 0.75% 0.74% -
XYZ 29.94 16.03 43.11 -
YUV 104.28 169.04 188.43 -
System Red Green Blue C M Y K H S L
Decimal 189 47 177 0 0.75 0.06 0.26 305.07 0.6 0.46
Hex BD 2F B1 0 4B 6 1A 131 3C 2E
Octal 275 57 261 0 113 6 32 461 74 56
Binary 10111101 101111 10110001 0 1001011 110 11010 100110001 111100 101110

Color Harmonies of #BD2FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2FB1

Black with #BD2FB1

Text Example


Text Example

White with #BD2FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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