Html Css Color HEX #B769B7 Fuchsia

📋 copy color: '#B769B7'

red 183 ◦ green 105 ◦ blue 183

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

Shades of Fuchsia #B769B7

Tints of Fuchsia #B769B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.85%

R = 38.85%
G = 22.29%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B769B7 (or 0xB769B7) is known color: Fuchsia. HEX triplet: B7, 69 and B7. RGB value is (183,105,183). Sum of RGB (Red+Green+Blue) = 183+105+183=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B769B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769B7 is #489648. Grayscale: #888888. Windows color (decimal): -4757065 or 12020151. OLE color: 12020151.

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

Color convert

RGB 183 105 183 -
CMYK 0 0.43 0 0.28
HSL 300º 0.35% 0.56% -
HSV(B) 300º 0.43% 0.72% -
XYZ 33.13 23.59 47.61 -
YUV 137.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 183 105 183 0 0.43 0 0.28 300 0.35 0.56
Hex B7 69 B7 0 2B 0 1C 12C 23 38
Octal 267 151 267 0 53 0 34 454 43 70
Binary 10110111 1101001 10110111 0 101011 0 11100 100101100 100011 111000

Color Harmonies of #B769B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B769B7

Black with #B769B7

Text Example


Text Example

White with #B769B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B769B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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