Html Css Color HEX #BD2FB4 Fuchsia

📋 copy color: '#BD2FB4'

red 189 ◦ green 47 ◦ blue 180

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

Shades of Fuchsia #BD2FB4

Tints of Fuchsia #BD2FB4

RGB

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

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

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

R = 45.43%
G = 11.3%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD2FB4 (or 0xBD2FB4) is known color: Fuchsia. HEX triplet: BD, 2F and B4. RGB value is (189,47,180). Sum of RGB (Red+Green+Blue) = 189+47+180=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2FB4 is #42D04B. Grayscale: #686868. Windows color (decimal): -4378700 or 11808701. OLE color: 11808701.

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

Color convert

RGB 189 47 180 -
CMYK 0 0.75 0.05 0.26
HSL 303.8º 0.6% 0.46% -
HSV(B) 303.8º 0.75% 0.74% -
XYZ 30.24 16.15 44.7 -
YUV 104.62 170.54 188.19 -
System Red Green Blue C M Y K H S L
Decimal 189 47 180 0 0.75 0.05 0.26 303.8 0.6 0.46
Hex BD 2F B4 0 4B 5 1A 130 3C 2E
Octal 275 57 264 0 113 5 32 460 74 56
Binary 10111101 101111 10110100 0 1001011 101 11010 100110000 111100 101110

Color Harmonies of #BD2FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2FB4

Black with #BD2FB4

Text Example


Text Example

White with #BD2FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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