Html Css Color HEX #B868B2 Fuchsia

📋 copy color: '#B868B2'

red 184 ◦ green 104 ◦ blue 178

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

Shades of Fuchsia #B868B2

Tints of Fuchsia #B868B2

RGB

 RED value IS 184 (72.27% from 255) = 39.48%

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

 BLUE value IS 178 (69.92% from 255) = 38.2%

R = 39.48%
G = 22.32%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B868B2 (or 0xB868B2) is known color: Fuchsia. HEX triplet: B8, 68 and B2. RGB value is (184,104,178). Sum of RGB (Red+Green+Blue) = 184+104+178=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B868B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B868B2 is #47974D. Grayscale: #888888. Windows color (decimal): -4691790 or 11692216. OLE color: 11692216.

HSL color Cylindrical-coordinate representation of color #B868B2: hue angle of 304.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B868B2 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 104 178 -
CMYK 0 0.43 0.03 0.28
HSL 304.5º 0.36% 0.56% -
HSV(B) 304.5º 0.43% 0.72% -
XYZ 32.75 23.31 44.89 -
YUV 136.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 184 104 178 0 0.43 0.03 0.28 304.5 0.36 0.56
Hex B8 68 B2 0 2B 3 1C 130 24 38
Octal 270 150 262 0 53 3 34 460 44 70
Binary 10111000 1101000 10110010 0 101011 11 11100 100110000 100100 111000

Color Harmonies of #B868B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B868B2

Black with #B868B2

Text Example


Text Example

White with #B868B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B868B2; }

 p { color: rgb(184,104,178); }

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

background-color css

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

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

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

border-color css

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

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

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