Html Css Color HEX #B862A0 Violet Blue

📋 copy color: '#B862A0'

red 184 ◦ green 98 ◦ blue 160

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

Shades of Violet Blue #B862A0

Tints of Violet Blue #B862A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.2%

R = 41.63%
G = 22.17%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B862A0 (or 0xB862A0) is known color: Violet Blue. HEX triplet: B8, 62 and A0. RGB value is (184,98,160). Sum of RGB (Red+Green+Blue) = 184+98+160=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B862A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B862A0 is #479D5F. Grayscale: #828282. Windows color (decimal): -4693344 or 10511032. OLE color: 10511032.

HSL color Cylindrical-coordinate representation of color #B862A0: hue angle of 316.74º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B862A0 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 98 160 -
CMYK 0 0.47 0.13 0.28
HSL 316.74º 0.38% 0.55% -
HSV(B) 316.74º 0.47% 0.72% -
XYZ 30.48 21.46 35.79 -
YUV 130.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 184 98 160 0 0.47 0.13 0.28 316.74 0.38 0.55
Hex B8 62 A0 0 2F D 1C 13D 26 37
Octal 270 142 240 0 57 15 34 475 46 67
Binary 10111000 1100010 10100000 0 101111 1101 11100 100111101 100110 110111

Color Harmonies of #B862A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B862A0

Black with #B862A0

Text Example


Text Example

White with #B862A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B862A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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