Html Css Color HEX #B465B0 Fuchsia

📋 copy color: '#B465B0'

red 180 ◦ green 101 ◦ blue 176

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

Shades of Fuchsia #B465B0

Tints of Fuchsia #B465B0

RGB

 RED value IS 180 (70.7% from 255) = 39.39%

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

 BLUE value IS 176 (69.14% from 255) = 38.51%

R = 39.39%
G = 22.1%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B465B0 (or 0xB465B0) is known color: Fuchsia. HEX triplet: B4, 65 and B0. RGB value is (180,101,176). Sum of RGB (Red+Green+Blue) = 180+101+176=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B465B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B465B0 is #4B9A4F. Grayscale: #848484. Windows color (decimal): -4954704 or 11560372. OLE color: 11560372.

HSL color Cylindrical-coordinate representation of color #B465B0: hue angle of 303.04º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B465B0 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 101 176 -
CMYK 0 0.44 0.02 0.29
HSL 303.04º 0.34% 0.55% -
HSV(B) 303.04º 0.44% 0.71% -
XYZ 31.31 22.15 43.7 -
YUV 133.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 180 101 176 0 0.44 0.02 0.29 303.04 0.34 0.55
Hex B4 65 B0 0 2C 2 1D 12F 22 37
Octal 264 145 260 0 54 2 35 457 42 67
Binary 10110100 1100101 10110000 0 101100 10 11101 100101111 100010 110111

Color Harmonies of #B465B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465B0

Black with #B465B0

Text Example


Text Example

White with #B465B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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