Html Css Color HEX #BD70B9 Fuchsia

📋 copy color: '#BD70B9'

red 189 ◦ green 112 ◦ blue 185

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

Shades of Fuchsia #BD70B9

Tints of Fuchsia #BD70B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.07%

R = 38.89%
G = 23.05%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD70B9 (or 0xBD70B9) is known color: Fuchsia. HEX triplet: BD, 70 and B9. RGB value is (189,112,185). Sum of RGB (Red+Green+Blue) = 189+112+185=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD70B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70B9 is #428F46. Grayscale: #8F8F8F. Windows color (decimal): -4362055 or 12153021. OLE color: 12153021.

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

Color convert

RGB 189 112 185 -
CMYK 0 0.41 0.02 0.26
HSL 303.12º 0.37% 0.59% -
HSV(B) 303.12º 0.41% 0.74% -
XYZ 35.54 25.91 49.03 -
YUV 143.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 189 112 185 0 0.41 0.02 0.26 303.12 0.37 0.59
Hex BD 70 B9 0 29 2 1A 12F 25 3B
Octal 275 160 271 0 51 2 32 457 45 73
Binary 10111101 1110000 10111001 0 101001 10 11010 100101111 100101 111011

Color Harmonies of #BD70B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD70B9

Black with #BD70B9

Text Example


Text Example

White with #BD70B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD70B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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