Html Css Color HEX #B270BD Fuchsia

📋 copy color: '#B270BD'

red 178 ◦ green 112 ◦ blue 189

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

Shades of Fuchsia #B270BD

Tints of Fuchsia #B270BD

RGB

 RED value IS 178 (69.92% from 255) = 37.16%

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

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

R = 37.16%
G = 23.38%
B = 39.46%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B270BD (or 0xB270BD) is known color: Fuchsia. HEX triplet: B2, 70 and BD. RGB value is (178,112,189). Sum of RGB (Red+Green+Blue) = 178+112+189=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #B270BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270BD is #4D8F42. Grayscale: #8C8C8C. Windows color (decimal): -5082947 or 12415154. OLE color: 12415154.

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

Color convert

RGB 178 112 189 -
CMYK 0.06 0.41 0 0.26
HSL 291.43º 0.37% 0.59% -
HSV(B) 291.43º 0.41% 0.74% -
XYZ 33.34 24.73 51.16 -
YUV 140.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 178 112 189 0.06 0.41 0 0.26 291.43 0.37 0.59
Hex B2 70 BD 6 29 0 1A 123 25 3B
Octal 262 160 275 6 51 0 32 443 45 73
Binary 10110010 1110000 10111101 110 101001 0 11010 100100011 100101 111011

Color Harmonies of #B270BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270BD

Black with #B270BD

Text Example


Text Example

White with #B270BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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