Html Css Color HEX #B673BB Fuchsia

📋 copy color: '#B673BB'

red 182 ◦ green 115 ◦ blue 187

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

Shades of Fuchsia #B673BB

Tints of Fuchsia #B673BB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.76%

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 37.6%
G = 23.76%
B = 38.64%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B673BB (or 0xB673BB) is known color: Fuchsia. HEX triplet: B6, 73 and BB. RGB value is (182,115,187). Sum of RGB (Red+Green+Blue) = 182+115+187=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #B673BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673BB is #498C44. Grayscale: #8F8F8F. Windows color (decimal): -4820037 or 12284854. OLE color: 12284854.

HSL color Cylindrical-coordinate representation of color #B673BB: hue angle of 295.83º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B673BB is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 115 187 -
CMYK 0.03 0.39 0 0.27
HSL 295.83º 0.35% 0.59% -
HSV(B) 295.83º 0.39% 0.73% -
XYZ 34.39 25.79 50.18 -
YUV 143.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 182 115 187 0.03 0.39 0 0.27 295.83 0.35 0.59
Hex B6 73 BB 3 27 0 1B 128 23 3B
Octal 266 163 273 3 47 0 33 450 43 73
Binary 10110110 1110011 10111011 11 100111 0 11011 100101000 100011 111011

Color Harmonies of #B673BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673BB

Black with #B673BB

Text Example


Text Example

White with #B673BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673BB; }

 p { color: rgb(182,115,187); }

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

background-color css

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

 a { background-color: rgb(182,115,187); }

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

border-color css

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

 span { border-color: rgb(182,115,187); }

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