Html Css Color HEX #B065BA Fuchsia

📋 copy color: '#B065BA'

red 176 ◦ green 101 ◦ blue 186

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

Shades of Fuchsia #B065BA

Tints of Fuchsia #B065BA

RGB

 RED value IS 176 (69.14% from 255) = 38.01%

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 38.01%
G = 21.81%
B = 40.17%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B065BA (or 0xB065BA) is known color: Fuchsia. HEX triplet: B0, 65 and BA. RGB value is (176,101,186). Sum of RGB (Red+Green+Blue) = 176+101+186=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #B065BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065BA is #4F9A45. Grayscale: #848484. Windows color (decimal): -5216838 or 12215728. OLE color: 12215728.

HSL color Cylindrical-coordinate representation of color #B065BA: hue angle of 292.94º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B065BA is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 101 186 -
CMYK 0.05 0.46 0 0.27
HSL 292.94º 0.38% 0.56% -
HSV(B) 292.94º 0.46% 0.73% -
XYZ 31.42 22.08 49.06 -
YUV 133.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 176 101 186 0.05 0.46 0 0.27 292.94 0.38 0.56
Hex B0 65 BA 5 2E 0 1B 125 26 38
Octal 260 145 272 5 56 0 33 445 46 70
Binary 10110000 1100101 10111010 101 101110 0 11011 100100101 100110 111000

Color Harmonies of #B065BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B065BA

Black with #B065BA

Text Example


Text Example

White with #B065BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B065BA; }

 p { color: rgb(176,101,186); }

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

background-color css

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

 a { background-color: rgb(176,101,186); }

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

border-color css

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

 span { border-color: rgb(176,101,186); }

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