Html Css Color HEX #B673BD Fuchsia

📋 copy color: '#B673BD'

red 182 ◦ green 115 ◦ blue 189

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

Shades of Fuchsia #B673BD

Tints of Fuchsia #B673BD

RGB

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

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

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

R = 37.45%
G = 23.66%
B = 38.89%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B673BD (or 0xB673BD) is known color: Fuchsia. HEX triplet: B6, 73 and BD. RGB value is (182,115,189). Sum of RGB (Red+Green+Blue) = 182+115+189=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #B673BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673BD is #498C42. Grayscale: #8F8F8F. Windows color (decimal): -4820035 or 12415926. OLE color: 12415926.

HSL color Cylindrical-coordinate representation of color #B673BD: hue angle of 294.32º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B673BD is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 115 189 -
CMYK 0.04 0.39 0 0.26
HSL 294.32º 0.36% 0.6% -
HSV(B) 294.32º 0.39% 0.74% -
XYZ 34.61 25.88 51.32 -
YUV 143.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 182 115 189 0.04 0.39 0 0.26 294.32 0.36 0.6
Hex B6 73 BD 4 27 0 1A 126 24 3C
Octal 266 163 275 4 47 0 32 446 44 74
Binary 10110110 1110011 10111101 100 100111 0 11010 100100110 100100 111100

Color Harmonies of #B673BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673BD

Black with #B673BD

Text Example


Text Example

White with #B673BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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