Html Css Color HEX #BD61C4 Fuchsia

📋 copy color: '#BD61C4'

red 189 ◦ green 97 ◦ blue 196

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

Shades of Fuchsia #BD61C4

Tints of Fuchsia #BD61C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.66%

R = 39.21%
G = 20.12%
B = 40.66%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD61C4 (or 0xBD61C4) is known color: Fuchsia. HEX triplet: BD, 61 and C4. RGB value is (189,97,196). Sum of RGB (Red+Green+Blue) = 189+97+196=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD61C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD61C4 is #429E3B. Grayscale: #878787. Windows color (decimal): -4365884 or 12870077. OLE color: 12870077.

HSL color Cylindrical-coordinate representation of color #BD61C4: hue angle of 295.76º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD61C4 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 97 196 -
CMYK 0.04 0.51 0 0.23
HSL 295.76º 0.46% 0.57% -
HSV(B) 295.76º 0.51% 0.77% -
XYZ 35.22 23.35 54.88 -
YUV 135.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 189 97 196 0.04 0.51 0 0.23 295.76 0.46 0.57
Hex BD 61 C4 4 33 0 17 128 2E 39
Octal 275 141 304 4 63 0 27 450 56 71
Binary 10111101 1100001 11000100 100 110011 0 10111 100101000 101110 111001

Color Harmonies of #BD61C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD61C4

Black with #BD61C4

Text Example


Text Example

White with #BD61C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD61C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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