Html Css Color HEX #B468B4 Fuchsia

📋 copy color: '#B468B4'

red 180 ◦ green 104 ◦ blue 180

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

Shades of Fuchsia #B468B4

Tints of Fuchsia #B468B4

RGB

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

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

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

R = 38.79%
G = 22.41%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B468B4 (or 0xB468B4) is known color: Fuchsia. HEX triplet: B4, 68 and B4. RGB value is (180,104,180). Sum of RGB (Red+Green+Blue) = 180+104+180=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B468B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468B4 is #4B974B. Grayscale: #878787. Windows color (decimal): -4953932 or 11823284. OLE color: 11823284.

HSL color Cylindrical-coordinate representation of color #B468B4: hue angle of 300º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B468B4 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 104 180 -
CMYK 0 0.42 0 0.29
HSL 300º 0.34% 0.56% -
HSV(B) 300º 0.42% 0.71% -
XYZ 32.01 22.9 45.91 -
YUV 135.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 180 104 180 0 0.42 0 0.29 300 0.34 0.56
Hex B4 68 B4 0 2A 0 1D 12C 22 38
Octal 264 150 264 0 52 0 35 454 42 70
Binary 10110100 1101000 10110100 0 101010 0 11101 100101100 100010 111000

Color Harmonies of #B468B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B468B4

Black with #B468B4

Text Example


Text Example

White with #B468B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B468B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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