Html Css Color HEX #B769B2 Fuchsia

📋 copy color: '#B769B2'

red 183 ◦ green 105 ◦ blue 178

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

Shades of Fuchsia #B769B2

Tints of Fuchsia #B769B2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.53%

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

R = 39.27%
G = 22.53%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B769B2 (or 0xB769B2) is known color: Fuchsia. HEX triplet: B7, 69 and B2. RGB value is (183,105,178). Sum of RGB (Red+Green+Blue) = 183+105+178=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B769B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B769B2 is #48964D. Grayscale: #888888. Windows color (decimal): -4757070 or 11692471. OLE color: 11692471.

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

Color convert

RGB 183 105 178 -
CMYK 0 0.43 0.03 0.28
HSL 303.85º 0.35% 0.56% -
HSV(B) 303.85º 0.43% 0.72% -
XYZ 32.62 23.38 44.91 -
YUV 136.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 183 105 178 0 0.43 0.03 0.28 303.85 0.35 0.56
Hex B7 69 B2 0 2B 3 1C 130 23 38
Octal 267 151 262 0 53 3 34 460 43 70
Binary 10110111 1101001 10110010 0 101011 11 11100 100110000 100011 111000

Color Harmonies of #B769B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B769B2

Black with #B769B2

Text Example


Text Example

White with #B769B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B769B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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