Html Css Color HEX #B465BD Fuchsia

📋 copy color: '#B465BD'

red 180 ◦ green 101 ◦ blue 189

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

Shades of Fuchsia #B465BD

Tints of Fuchsia #B465BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.21%

R = 38.3%
G = 21.49%
B = 40.21%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B465BD (or 0xB465BD) is known color: Fuchsia. HEX triplet: B4, 65 and BD. RGB value is (180,101,189). Sum of RGB (Red+Green+Blue) = 180+101+189=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #B465BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465BD is #4B9A42. Grayscale: #868686. Windows color (decimal): -4954691 or 12412340. OLE color: 12412340.

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

Color convert

RGB 180 101 189 -
CMYK 0.05 0.47 0 0.26
HSL 293.86º 0.4% 0.57% -
HSV(B) 293.86º 0.47% 0.74% -
XYZ 32.66 22.68 50.8 -
YUV 134.65 158.67 160.34 -
System Red Green Blue C M Y K H S L
Decimal 180 101 189 0.05 0.47 0 0.26 293.86 0.4 0.57
Hex B4 65 BD 5 2F 0 1A 126 28 39
Octal 264 145 275 5 57 0 32 446 50 71
Binary 10110100 1100101 10111101 101 101111 0 11010 100100110 101000 111001

Color Harmonies of #B465BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465BD

Black with #B465BD

Text Example


Text Example

White with #B465BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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