Html Css Color HEX #B468B9 Fuchsia

📋 copy color: '#B468B9'

red 180 ◦ green 104 ◦ blue 185

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

Shades of Fuchsia #B468B9

Tints of Fuchsia #B468B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.45%

R = 38.38%
G = 22.17%
B = 39.45%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B468B9 (or 0xB468B9) is known color: Fuchsia. HEX triplet: B4, 68 and B9. RGB value is (180,104,185). Sum of RGB (Red+Green+Blue) = 180+104+185=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 185 - color contains mainly: blue. Hex color #B468B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468B9 is #4B9746. Grayscale: #878787. Windows color (decimal): -4953927 or 12150964. OLE color: 12150964.

HSL color Cylindrical-coordinate representation of color #B468B9: hue angle of 296.3º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B468B9 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 104 185 -
CMYK 0.03 0.44 0 0.27
HSL 296.3º 0.37% 0.57% -
HSV(B) 296.3º 0.44% 0.73% -
XYZ 32.53 23.11 48.64 -
YUV 135.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 180 104 185 0.03 0.44 0 0.27 296.3 0.37 0.57
Hex B4 68 B9 3 2C 0 1B 128 25 39
Octal 264 150 271 3 54 0 33 450 45 71
Binary 10110100 1101000 10111001 11 101100 0 11011 100101000 100101 111001

Color Harmonies of #B468B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B468B9

Black with #B468B9

Text Example


Text Example

White with #B468B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B468B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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