Html Css Color HEX #B670B3 Fuchsia

📋 copy color: '#B670B3'

red 182 ◦ green 112 ◦ blue 179

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

Shades of Fuchsia #B670B3

Tints of Fuchsia #B670B3

RGB

 RED value IS 182 (71.48% from 255) = 38.48%

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

 BLUE value IS 179 (70.31% from 255) = 37.84%

R = 38.48%
G = 23.68%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B670B3 (or 0xB670B3) is known color: Fuchsia. HEX triplet: B6, 70 and B3. RGB value is (182,112,179). Sum of RGB (Red+Green+Blue) = 182+112+179=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B670B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B670B3 is #498F4C. Grayscale: #8C8C8C. Windows color (decimal): -4820813 or 11759798. OLE color: 11759798.

HSL color Cylindrical-coordinate representation of color #B670B3: hue angle of 302.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B670B3 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 112 179 -
CMYK 0 0.38 0.02 0.29
HSL 302.57º 0.32% 0.58% -
HSV(B) 302.57º 0.38% 0.71% -
XYZ 33.22 24.79 45.68 -
YUV 140.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 182 112 179 0 0.38 0.02 0.29 302.57 0.32 0.58
Hex B6 70 B3 0 26 2 1D 12F 20 3A
Octal 266 160 263 0 46 2 35 457 40 72
Binary 10110110 1110000 10110011 0 100110 10 11101 100101111 100000 111010

Color Harmonies of #B670B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B670B3

Black with #B670B3

Text Example


Text Example

White with #B670B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B670B3; }

 p { color: rgb(182,112,179); }

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

background-color css

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

 a { background-color: rgb(182,112,179); }

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

border-color css

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

 span { border-color: rgb(182,112,179); }

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