Html Css Color HEX #B465BE Fuchsia

📋 copy color: '#B465BE'

red 180 ◦ green 101 ◦ blue 190

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

Shades of Fuchsia #B465BE

Tints of Fuchsia #B465BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 38.22%
G = 21.44%
B = 40.34%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B465BE (or 0xB465BE) is known color: Fuchsia. HEX triplet: B4, 65 and BE. RGB value is (180,101,190). Sum of RGB (Red+Green+Blue) = 180+101+190=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #B465BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465BE is #4B9A41. Grayscale: #868686. Windows color (decimal): -4954690 or 12477876. OLE color: 12477876.

HSL color Cylindrical-coordinate representation of color #B465BE: hue angle of 293.26º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B465BE is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 101 190 -
CMYK 0.05 0.47 0 0.25
HSL 293.26º 0.41% 0.57% -
HSV(B) 293.26º 0.47% 0.75% -
XYZ 32.77 22.73 51.38 -
YUV 134.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 180 101 190 0.05 0.47 0 0.25 293.26 0.41 0.57
Hex B4 65 BE 5 2F 0 19 125 29 39
Octal 264 145 276 5 57 0 31 445 51 71
Binary 10110100 1100101 10111110 101 101111 0 11001 100100101 101001 111001

Color Harmonies of #B465BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465BE

Black with #B465BE

Text Example


Text Example

White with #B465BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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