Html Css Color HEX #B465B4 Fuchsia

📋 copy color: '#B465B4'

red 180 ◦ green 101 ◦ blue 180

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

Shades of Fuchsia #B465B4

Tints of Fuchsia #B465B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.05%

R = 39.05%
G = 21.91%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B465B4 (or 0xB465B4) is known color: Fuchsia. HEX triplet: B4, 65 and B4. RGB value is (180,101,180). Sum of RGB (Red+Green+Blue) = 180+101+180=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B465B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465B4 is #4B9A4B. Grayscale: #858585. Windows color (decimal): -4954700 or 11822516. OLE color: 11822516.

HSL color Cylindrical-coordinate representation of color #B465B4: hue angle of 300º 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 #B465B4 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 101 180 -
CMYK 0 0.44 0 0.29
HSL 300º 0.34% 0.55% -
HSV(B) 300º 0.44% 0.71% -
XYZ 31.71 22.31 45.81 -
YUV 133.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 180 101 180 0 0.44 0 0.29 300 0.34 0.55
Hex B4 65 B4 0 2C 0 1D 12C 22 37
Octal 264 145 264 0 54 0 35 454 42 67
Binary 10110100 1100101 10110100 0 101100 0 11101 100101100 100010 110111

Color Harmonies of #B465B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465B4

Black with #B465B4

Text Example


Text Example

White with #B465B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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