Html Css Color HEX #B468BD Fuchsia

📋 copy color: '#B468BD'

red 180 ◦ green 104 ◦ blue 189

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

Shades of Fuchsia #B468BD

Tints of Fuchsia #B468BD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.99%

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

R = 38.05%
G = 21.99%
B = 39.96%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B468BD (or 0xB468BD) is known color: Fuchsia. HEX triplet: B4, 68 and BD. RGB value is (180,104,189). Sum of RGB (Red+Green+Blue) = 180+104+189=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #B468BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468BD is #4B9742. Grayscale: #888888. Windows color (decimal): -4953923 or 12413108. OLE color: 12413108.

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

Color convert

RGB 180 104 189 -
CMYK 0.05 0.45 0 0.26
HSL 293.65º 0.39% 0.57% -
HSV(B) 293.65º 0.45% 0.74% -
XYZ 32.96 23.28 50.9 -
YUV 136.41 157.68 159.09 -
System Red Green Blue C M Y K H S L
Decimal 180 104 189 0.05 0.45 0 0.26 293.65 0.39 0.57
Hex B4 68 BD 5 2D 0 1A 126 27 39
Octal 264 150 275 5 55 0 32 446 47 71
Binary 10110100 1101000 10111101 101 101101 0 11010 100100110 100111 111001

Color Harmonies of #B468BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B468BD

Black with #B468BD

Text Example


Text Example

White with #B468BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B468BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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