Html Css Color HEX #B768C0 Fuchsia

📋 copy color: '#B768C0'

red 183 ◦ green 104 ◦ blue 192

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

Shades of Fuchsia #B768C0

Tints of Fuchsia #B768C0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.71%

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

R = 38.2%
G = 21.71%
B = 40.08%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B768C0 (or 0xB768C0) is known color: Fuchsia. HEX triplet: B7, 68 and C0. RGB value is (183,104,192). Sum of RGB (Red+Green+Blue) = 183+104+192=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #B768C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B768C0 is #48973F. Grayscale: #898989. Windows color (decimal): -4757312 or 12609719. OLE color: 12609719.

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

Color convert

RGB 183 104 192 -
CMYK 0.05 0.46 0 0.25
HSL 293.86º 0.41% 0.58% -
HSV(B) 293.86º 0.46% 0.75% -
XYZ 33.99 23.77 52.67 -
YUV 137.65 158.67 160.34 -
System Red Green Blue C M Y K H S L
Decimal 183 104 192 0.05 0.46 0 0.25 293.86 0.41 0.58
Hex B7 68 C0 5 2E 0 19 126 29 3A
Octal 267 150 300 5 56 0 31 446 51 72
Binary 10110111 1101000 11000000 101 101110 0 11001 100100110 101001 111010

Color Harmonies of #B768C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B768C0

Black with #B768C0

Text Example


Text Example

White with #B768C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B768C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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