Html Css Color HEX #B769C0 Fuchsia

📋 copy color: '#B769C0'

red 183 ◦ green 105 ◦ blue 192

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

Shades of Fuchsia #B769C0

Tints of Fuchsia #B769C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40%

R = 38.13%
G = 21.88%
B = 40%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B769C0 (or 0xB769C0) is known color: Fuchsia. HEX triplet: B7, 69 and C0. RGB value is (183,105,192). Sum of RGB (Red+Green+Blue) = 183+105+192=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #B769C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769C0 is #48963F. Grayscale: #898989. Windows color (decimal): -4757056 or 12609975. OLE color: 12609975.

HSL color Cylindrical-coordinate representation of color #B769C0: hue angle of 293.79º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B769C0 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 105 192 -
CMYK 0.05 0.45 0 0.25
HSL 293.79º 0.41% 0.58% -
HSV(B) 293.79º 0.45% 0.75% -
XYZ 34.09 23.98 52.7 -
YUV 138.24 158.34 159.93 -
System Red Green Blue C M Y K H S L
Decimal 183 105 192 0.05 0.45 0 0.25 293.79 0.41 0.58
Hex B7 69 C0 5 2D 0 19 126 29 3A
Octal 267 151 300 5 55 0 31 446 51 72
Binary 10110111 1101001 11000000 101 101101 0 11001 100100110 101001 111010

Color Harmonies of #B769C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B769C0

Black with #B769C0

Text Example


Text Example

White with #B769C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B769C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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