Html Css Color HEX #B85CBE Fuchsia

📋 copy color: '#B85CBE'

red 184 ◦ green 92 ◦ blue 190

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

Shades of Fuchsia #B85CBE

Tints of Fuchsia #B85CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.77%

R = 39.48%
G = 19.74%
B = 40.77%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B85CBE (or 0xB85CBE) is known color: Fuchsia. HEX triplet: B8, 5C and BE. RGB value is (184,92,190). Sum of RGB (Red+Green+Blue) = 184+92+190=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #B85CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CBE is #47A341. Grayscale: #828282. Windows color (decimal): -4694850 or 12475576. OLE color: 12475576.

HSL color Cylindrical-coordinate representation of color #B85CBE: hue angle of 296.33º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85CBE is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 92 190 -
CMYK 0.03 0.52 0 0.25
HSL 296.33º 0.43% 0.55% -
HSV(B) 296.33º 0.52% 0.75% -
XYZ 32.89 21.56 51.14 -
YUV 130.68 161.48 166.03 -
System Red Green Blue C M Y K H S L
Decimal 184 92 190 0.03 0.52 0 0.25 296.33 0.43 0.55
Hex B8 5C BE 3 34 0 19 128 2B 37
Octal 270 134 276 3 64 0 31 450 53 67
Binary 10111000 1011100 10111110 11 110100 0 11001 100101000 101011 110111

Color Harmonies of #B85CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CBE

Black with #B85CBE

Text Example


Text Example

White with #B85CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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