Html Css Color HEX #B865BC Fuchsia

📋 copy color: '#B865BC'

red 184 ◦ green 101 ◦ blue 188

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

Shades of Fuchsia #B865BC

Tints of Fuchsia #B865BC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.35%

 BLUE value IS 188 (73.83% from 255) = 39.75%

R = 38.9%
G = 21.35%
B = 39.75%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B865BC (or 0xB865BC) is known color: Fuchsia. HEX triplet: B8, 65 and BC. RGB value is (184,101,188). Sum of RGB (Red+Green+Blue) = 184+101+188=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #B865BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865BC is #479A43. Grayscale: #878787. Windows color (decimal): -4692548 or 12346808. OLE color: 12346808.

HSL color Cylindrical-coordinate representation of color #B865BC: hue angle of 297.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B865BC is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 101 188 -
CMYK 0.02 0.46 0 0.26
HSL 297.24º 0.39% 0.57% -
HSV(B) 297.24º 0.46% 0.74% -
XYZ 33.5 23.13 50.28 -
YUV 135.74 157.5 162.43 -
System Red Green Blue C M Y K H S L
Decimal 184 101 188 0.02 0.46 0 0.26 297.24 0.39 0.57
Hex B8 65 BC 2 2E 0 1A 129 27 39
Octal 270 145 274 2 56 0 32 451 47 71
Binary 10111000 1100101 10111100 10 101110 0 11010 100101001 100111 111001

Color Harmonies of #B865BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865BC

Black with #B865BC

Text Example


Text Example

White with #B865BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865BC; }

 p { color: rgb(184,101,188); }

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

background-color css

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

 a { background-color: rgb(184,101,188); }

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

border-color css

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

 span { border-color: rgb(184,101,188); }

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