Html Css Color HEX #B875BE Fuchsia

📋 copy color: '#B875BE'

red 184 ◦ green 117 ◦ blue 190

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

Shades of Fuchsia #B875BE

Tints of Fuchsia #B875BE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.83%

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

R = 37.47%
G = 23.83%
B = 38.7%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B875BE (or 0xB875BE) is known color: Fuchsia. HEX triplet: B8, 75 and BE. RGB value is (184,117,190). Sum of RGB (Red+Green+Blue) = 184+117+190=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #B875BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875BE is #478A41. Grayscale: #919191. Windows color (decimal): -4688450 or 12481976. OLE color: 12481976.

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

Color convert

RGB 184 117 190 -
CMYK 0.03 0.38 0 0.25
HSL 295.07º 0.36% 0.6% -
HSV(B) 295.07º 0.38% 0.75% -
XYZ 35.42 26.63 51.99 -
YUV 145.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 184 117 190 0.03 0.38 0 0.25 295.07 0.36 0.6
Hex B8 75 BE 3 26 0 19 127 24 3C
Octal 270 165 276 3 46 0 31 447 44 74
Binary 10111000 1110101 10111110 11 100110 0 11001 100100111 100100 111100

Color Harmonies of #B875BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875BE

Black with #B875BE

Text Example


Text Example

White with #B875BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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