Html Css Color HEX #B865BD Fuchsia

📋 copy color: '#B865BD'

red 184 ◦ green 101 ◦ blue 189

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

Shades of Fuchsia #B865BD

Tints of Fuchsia #B865BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.87%

R = 38.82%
G = 21.31%
B = 39.87%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B865BD (or 0xB865BD) is known color: Fuchsia. HEX triplet: B8, 65 and BD. RGB value is (184,101,189). Sum of RGB (Red+Green+Blue) = 184+101+189=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #B865BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865BD is #479A42. Grayscale: #878787. Windows color (decimal): -4692547 or 12412344. OLE color: 12412344.

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

Color convert

RGB 184 101 189 -
CMYK 0.03 0.47 0 0.26
HSL 296.59º 0.4% 0.57% -
HSV(B) 296.59º 0.47% 0.74% -
XYZ 33.61 23.17 50.85 -
YUV 135.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 184 101 189 0.03 0.47 0 0.26 296.59 0.4 0.57
Hex B8 65 BD 3 2F 0 1A 129 28 39
Octal 270 145 275 3 57 0 32 451 50 71
Binary 10111000 1100101 10111101 11 101111 0 11010 100101001 101000 111001

Color Harmonies of #B865BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865BD

Black with #B865BD

Text Example


Text Example

White with #B865BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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