Html Css Color HEX #B862BE Fuchsia

📋 copy color: '#B862BE'

red 184 ◦ green 98 ◦ blue 190

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

Shades of Fuchsia #B862BE

Tints of Fuchsia #B862BE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.76%

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

R = 38.98%
G = 20.76%
B = 40.25%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B862BE (or 0xB862BE) is known color: Fuchsia. HEX triplet: B8, 62 and BE. RGB value is (184,98,190). Sum of RGB (Red+Green+Blue) = 184+98+190=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #B862BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B862BE is #479D41. Grayscale: #858585. Windows color (decimal): -4693314 or 12477112. OLE color: 12477112.

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

Color convert

RGB 184 98 190 -
CMYK 0.03 0.48 0 0.25
HSL 296.09º 0.41% 0.56% -
HSV(B) 296.09º 0.48% 0.75% -
XYZ 33.43 22.64 51.32 -
YUV 134.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 184 98 190 0.03 0.48 0 0.25 296.09 0.41 0.56
Hex B8 62 BE 3 30 0 19 128 29 38
Octal 270 142 276 3 60 0 31 450 51 70
Binary 10111000 1100010 10111110 11 110000 0 11001 100101000 101001 111000

Color Harmonies of #B862BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B862BE

Black with #B862BE

Text Example


Text Example

White with #B862BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B862BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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