Html Css Color HEX #B465C1 Fuchsia

📋 copy color: '#B465C1'

red 180 ◦ green 101 ◦ blue 193

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

Shades of Fuchsia #B465C1

Tints of Fuchsia #B465C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.72%

R = 37.97%
G = 21.31%
B = 40.72%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B465C1 (or 0xB465C1) is known color: Fuchsia. HEX triplet: B4, 65 and C1. RGB value is (180,101,193). Sum of RGB (Red+Green+Blue) = 180+101+193=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #B465C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465C1 is #4B9A3E. Grayscale: #868686. Windows color (decimal): -4954687 or 12674484. OLE color: 12674484.

HSL color Cylindrical-coordinate representation of color #B465C1: hue angle of 291.52º degrees, saturation: 0.43, 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 #B465C1 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 101 193 -
CMYK 0.07 0.48 0 0.24
HSL 291.52º 0.43% 0.58% -
HSV(B) 291.52º 0.48% 0.76% -
XYZ 33.1 22.86 53.12 -
YUV 135.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 180 101 193 0.07 0.48 0 0.24 291.52 0.43 0.58
Hex B4 65 C1 7 30 0 18 124 2B 3A
Octal 264 145 301 7 60 0 30 444 53 72
Binary 10110100 1100101 11000001 111 110000 0 11000 100100100 101011 111010

Color Harmonies of #B465C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465C1

Black with #B465C1

Text Example


Text Example

White with #B465C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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