Html Css Color HEX #B270BC Fuchsia

📋 copy color: '#B270BC'

red 178 ◦ green 112 ◦ blue 188

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

Shades of Fuchsia #B270BC

Tints of Fuchsia #B270BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 37.24%
G = 23.43%
B = 39.33%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B270BC (or 0xB270BC) is known color: Fuchsia. HEX triplet: B2, 70 and BC. RGB value is (178,112,188). Sum of RGB (Red+Green+Blue) = 178+112+188=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #B270BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270BC is #4D8F43. Grayscale: #8C8C8C. Windows color (decimal): -5082948 or 12349618. OLE color: 12349618.

HSL color Cylindrical-coordinate representation of color #B270BC: hue angle of 292.11º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B270BC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 112 188 -
CMYK 0.05 0.40 0 0.26
HSL 292.11º 0.36% 0.59% -
HSV(B) 292.11º 0.4% 0.74% -
XYZ 33.23 24.68 50.59 -
YUV 140.4 154.87 154.82 -
System Red Green Blue C M Y K H S L
Decimal 178 112 188 0.05 0.40 0 0.26 292.11 0.36 0.59
Hex B2 70 BC 5 28 0 1A 124 24 3B
Octal 262 160 274 5 50 0 32 444 44 73
Binary 10110010 1110000 10111100 101 101000 0 11010 100100100 100100 111011

Color Harmonies of #B270BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270BC

Black with #B270BC

Text Example


Text Example

White with #B270BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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