Html Css Color HEX #B765C3 Fuchsia

📋 copy color: '#B765C3'

red 183 ◦ green 101 ◦ blue 195

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

Shades of Fuchsia #B765C3

Tints of Fuchsia #B765C3

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.09%

 BLUE value IS 195 (76.56% from 255) = 40.71%

R = 38.2%
G = 21.09%
B = 40.71%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B765C3 (or 0xB765C3) is known color: Fuchsia. HEX triplet: B7, 65 and C3. RGB value is (183,101,195). Sum of RGB (Red+Green+Blue) = 183+101+195=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 195 - color contains mainly: blue. Hex color #B765C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B765C3 is #489A3C. Grayscale: #878787. Windows color (decimal): -4758077 or 12805559. OLE color: 12805559.

HSL color Cylindrical-coordinate representation of color #B765C3: hue angle of 292.34º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B765C3 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 101 195 -
CMYK 0.06 0.48 0 0.24
HSL 292.34º 0.44% 0.58% -
HSV(B) 292.34º 0.48% 0.76% -
XYZ 34.03 23.31 54.34 -
YUV 136.23 161.17 161.36 -
System Red Green Blue C M Y K H S L
Decimal 183 101 195 0.06 0.48 0 0.24 292.34 0.44 0.58
Hex B7 65 C3 6 30 0 18 124 2C 3A
Octal 267 145 303 6 60 0 30 444 54 72
Binary 10110111 1100101 11000011 110 110000 0 11000 100100100 101100 111010

Color Harmonies of #B765C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B765C3

Black with #B765C3

Text Example


Text Example

White with #B765C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B765C3; }

 p { color: rgb(183,101,195); }

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

background-color css

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

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

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

border-color css

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

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

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