Html Css Color HEX #B865AB Violet Blue

📋 copy color: '#B865AB'

red 184 ◦ green 101 ◦ blue 171

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

Shades of Violet Blue #B865AB

Tints of Violet Blue #B865AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.5%

R = 40.35%
G = 22.15%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B865AB (or 0xB865AB) is known color: Violet Blue. HEX triplet: B8, 65 and AB. RGB value is (184,101,171). Sum of RGB (Red+Green+Blue) = 184+101+171=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B865AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B865AB is #479A54. Grayscale: #858585. Windows color (decimal): -4692565 or 11232696. OLE color: 11232696.

HSL color Cylindrical-coordinate representation of color #B865AB: hue angle of 309.4º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B865AB is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 101 171 -
CMYK 0 0.45 0.07 0.28
HSL 309.4º 0.37% 0.56% -
HSV(B) 309.4º 0.45% 0.72% -
XYZ 31.77 22.44 41.18 -
YUV 133.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 184 101 171 0 0.45 0.07 0.28 309.4 0.37 0.56
Hex B8 65 AB 0 2D 7 1C 135 25 38
Octal 270 145 253 0 55 7 34 465 45 70
Binary 10111000 1100101 10101011 0 101101 111 11100 100110101 100101 111000

Color Harmonies of #B865AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865AB

Black with #B865AB

Text Example


Text Example

White with #B865AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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