Html Css Color HEX #BD70C1 Fuchsia

📋 copy color: '#BD70C1'

red 189 ◦ green 112 ◦ blue 193

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

Shades of Fuchsia #BD70C1

Tints of Fuchsia #BD70C1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.67%

 BLUE value IS 193 (75.78% from 255) = 39.07%

R = 38.26%
G = 22.67%
B = 39.07%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD70C1 (or 0xBD70C1) is known color: Fuchsia. HEX triplet: BD, 70 and C1. RGB value is (189,112,193). Sum of RGB (Red+Green+Blue) = 189+112+193=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD70C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70C1 is #428F3E. Grayscale: #909090. Windows color (decimal): -4362047 or 12677309. OLE color: 12677309.

HSL color Cylindrical-coordinate representation of color #BD70C1: hue angle of 297.04º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD70C1 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 112 193 -
CMYK 0.02 0.42 0 0.24
HSL 297.04º 0.4% 0.6% -
HSV(B) 297.04º 0.42% 0.76% -
XYZ 36.41 26.26 53.6 -
YUV 144.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 189 112 193 0.02 0.42 0 0.24 297.04 0.4 0.6
Hex BD 70 C1 2 2A 0 18 129 28 3C
Octal 275 160 301 2 52 0 30 451 50 74
Binary 10111101 1110000 11000001 10 101010 0 11000 100101001 101000 111100

Color Harmonies of #BD70C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD70C1

Black with #BD70C1

Text Example


Text Example

White with #BD70C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD70C1; }

 p { color: rgb(189,112,193); }

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

background-color css

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

 a { background-color: rgb(189,112,193); }

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

border-color css

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

 span { border-color: rgb(189,112,193); }

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