Html Css Color HEX #B270BA Fuchsia

📋 copy color: '#B270BA'

red 178 ◦ green 112 ◦ blue 186

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

Shades of Fuchsia #B270BA

Tints of Fuchsia #B270BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 37.39%
G = 23.53%
B = 39.08%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B270BA (or 0xB270BA) is known color: Fuchsia. HEX triplet: B2, 70 and BA. RGB value is (178,112,186). Sum of RGB (Red+Green+Blue) = 178+112+186=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #B270BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270BA is #4D8F45. Grayscale: #8B8B8B. Windows color (decimal): -5082950 or 12218546. OLE color: 12218546.

HSL color Cylindrical-coordinate representation of color #B270BA: hue angle of 293.51º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B270BA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 112 186 -
CMYK 0.04 0.40 0 0.27
HSL 293.51º 0.35% 0.58% -
HSV(B) 293.51º 0.4% 0.73% -
XYZ 33.02 24.6 49.46 -
YUV 140.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 178 112 186 0.04 0.40 0 0.27 293.51 0.35 0.58
Hex B2 70 BA 4 28 0 1B 126 23 3A
Octal 262 160 272 4 50 0 33 446 43 72
Binary 10110010 1110000 10111010 100 101000 0 11011 100100110 100011 111010

Color Harmonies of #B270BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270BA

Black with #B270BA

Text Example


Text Example

White with #B270BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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