Html Css Color HEX #BD61B4 Fuchsia

📋 copy color: '#BD61B4'

red 189 ◦ green 97 ◦ blue 180

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

Shades of Fuchsia #BD61B4

Tints of Fuchsia #BD61B4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.82%

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

R = 40.56%
G = 20.82%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD61B4 (or 0xBD61B4) is known color: Fuchsia. HEX triplet: BD, 61 and B4. RGB value is (189,97,180). Sum of RGB (Red+Green+Blue) = 189+97+180=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD61B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD61B4 is #429E4B. Grayscale: #858585. Windows color (decimal): -4365900 or 11821501. OLE color: 11821501.

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

Color convert

RGB 189 97 180 -
CMYK 0 0.49 0.05 0.26
HSL 305.87º 0.41% 0.56% -
HSV(B) 305.87º 0.49% 0.74% -
XYZ 33.5 22.66 45.79 -
YUV 133.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 189 97 180 0 0.49 0.05 0.26 305.87 0.41 0.56
Hex BD 61 B4 0 31 5 1A 132 29 38
Octal 275 141 264 0 61 5 32 462 51 70
Binary 10111101 1100001 10110100 0 110001 101 11010 100110010 101001 111000

Color Harmonies of #BD61B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD61B4

Black with #BD61B4

Text Example


Text Example

White with #BD61B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD61B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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