Html Css Color HEX #B85CBB Fuchsia

📋 copy color: '#B85CBB'

red 184 ◦ green 92 ◦ blue 187

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

Shades of Fuchsia #B85CBB

Tints of Fuchsia #B85CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.87%

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 39.74%
G = 19.87%
B = 40.39%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B85CBB (or 0xB85CBB) is known color: Fuchsia. HEX triplet: B8, 5C and BB. RGB value is (184,92,187). Sum of RGB (Red+Green+Blue) = 184+92+187=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #B85CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CBB is #47A344. Grayscale: #828282. Windows color (decimal): -4694853 or 12278968. OLE color: 12278968.

HSL color Cylindrical-coordinate representation of color #B85CBB: hue angle of 298.11º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85CBB is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 92 187 -
CMYK 0.02 0.51 0 0.27
HSL 298.11º 0.41% 0.55% -
HSV(B) 298.11º 0.51% 0.73% -
XYZ 32.56 21.43 49.43 -
YUV 130.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 184 92 187 0.02 0.51 0 0.27 298.11 0.41 0.55
Hex B8 5C BB 2 33 0 1B 12A 29 37
Octal 270 134 273 2 63 0 33 452 51 67
Binary 10111000 1011100 10111011 10 110011 0 11011 100101010 101001 110111

Color Harmonies of #B85CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CBB

Black with #B85CBB

Text Example


Text Example

White with #B85CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CBB; }

 p { color: rgb(184,92,187); }

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

background-color css

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

 a { background-color: rgb(184,92,187); }

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

border-color css

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

 span { border-color: rgb(184,92,187); }

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