Html Css Color HEX #B970BD Fuchsia

📋 copy color: '#B970BD'

red 185 ◦ green 112 ◦ blue 189

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

Shades of Fuchsia #B970BD

Tints of Fuchsia #B970BD

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B970BD (or 0xB970BD) is known color: Fuchsia. HEX triplet: B9, 70 and BD. RGB value is (185,112,189). Sum of RGB (Red+Green+Blue) = 185+112+189=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #B970BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970BD is #468F42. Grayscale: #8E8E8E. Windows color (decimal): -4624195 or 12415161. OLE color: 12415161.

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

Color convert

RGB 185 112 189 -
CMYK 0.02 0.41 0 0.26
HSL 296.88º 0.37% 0.59% -
HSV(B) 296.88º 0.41% 0.74% -
XYZ 34.99 25.58 51.24 -
YUV 142.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 185 112 189 0.02 0.41 0 0.26 296.88 0.37 0.59
Hex B9 70 BD 2 29 0 1A 129 25 3B
Octal 271 160 275 2 51 0 32 451 45 73
Binary 10111001 1110000 10111101 10 101001 0 11010 100101001 100101 111011

Color Harmonies of #B970BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970BD

Black with #B970BD

Text Example


Text Example

White with #B970BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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