Html Css Color HEX #B767B2 Fuchsia

📋 copy color: '#B767B2'

red 183 ◦ green 103 ◦ blue 178

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

Shades of Fuchsia #B767B2

Tints of Fuchsia #B767B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.36%

R = 39.44%
G = 22.2%
B = 38.36%

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

#B767B2 (or 0xB767B2) is known color: Fuchsia. HEX triplet: B7, 67 and B2. RGB value is (183,103,178). Sum of RGB (Red+Green+Blue) = 183+103+178=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B767B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B767B2 is #48984D. Grayscale: #878787. Windows color (decimal): -4757582 or 11691959. OLE color: 11691959.

HSL color Cylindrical-coordinate representation of color #B767B2: hue angle of 303.75º 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 #B767B2 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 103 178 -
CMYK 0 0.44 0.03 0.28
HSL 303.75º 0.36% 0.56% -
HSV(B) 303.75º 0.44% 0.72% -
XYZ 32.41 22.98 44.85 -
YUV 135.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 183 103 178 0 0.44 0.03 0.28 303.75 0.36 0.56
Hex B7 67 B2 0 2C 3 1C 130 24 38
Octal 267 147 262 0 54 3 34 460 44 70
Binary 10110111 1100111 10110010 0 101100 11 11100 100110000 100100 111000

Color Harmonies of #B767B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B767B2

Black with #B767B2

Text Example


Text Example

White with #B767B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B767B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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