Html Css Color HEX #B767B1 Fuchsia

📋 copy color: '#B767B1'

red 183 ◦ green 103 ◦ blue 177

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

Shades of Fuchsia #B767B1

Tints of Fuchsia #B767B1

RGB

 RED value IS 183 (71.88% from 255) = 39.52%

 GREEN value IS 103 (40.63% from 255) = 22.25%

 BLUE value IS 177 (69.53% from 255) = 38.23%

R = 39.52%
G = 22.25%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B767B1 (or 0xB767B1) is known color: Fuchsia. HEX triplet: B7, 67 and B1. RGB value is (183,103,177). Sum of RGB (Red+Green+Blue) = 183+103+177=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 183 - color contains mainly: red. Hex color #B767B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B767B1 is #48984E. Grayscale: #878787. Windows color (decimal): -4757583 or 11626423. OLE color: 11626423.

HSL color Cylindrical-coordinate representation of color #B767B1: hue angle of 304.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B767B1 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 103 177 -
CMYK 0 0.44 0.03 0.28
HSL 304.5º 0.36% 0.56% -
HSV(B) 304.5º 0.44% 0.72% -
XYZ 32.31 22.94 44.32 -
YUV 135.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 183 103 177 0 0.44 0.03 0.28 304.5 0.36 0.56
Hex B7 67 B1 0 2C 3 1C 130 24 38
Octal 267 147 261 0 54 3 34 460 44 70
Binary 10110111 1100111 10110001 0 101100 11 11100 100110000 100100 111000

Color Harmonies of #B767B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B767B1

Black with #B767B1

Text Example


Text Example

White with #B767B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B767B1; }

 p { color: rgb(183,103,177); }

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

background-color css

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

 a { background-color: rgb(183,103,177); }

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

border-color css

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

 span { border-color: rgb(183,103,177); }

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