Html Css Color HEX #B665AB Violet Blue

📋 copy color: '#B665AB'

red 182 ◦ green 101 ◦ blue 171

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

Shades of Violet Blue #B665AB

Tints of Violet Blue #B665AB

RGB

 RED value IS 182 (71.48% from 255) = 40.09%

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

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

R = 40.09%
G = 22.25%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B665AB (or 0xB665AB) is known color: Violet Blue. HEX triplet: B6, 65 and AB. RGB value is (182,101,171). Sum of RGB (Red+Green+Blue) = 182+101+171=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B665AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B665AB is #499A54. Grayscale: #858585. Windows color (decimal): -4823637 or 11232694. OLE color: 11232694.

HSL color Cylindrical-coordinate representation of color #B665AB: hue angle of 308.15º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B665AB is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 101 171 -
CMYK 0 0.45 0.06 0.29
HSL 308.15º 0.36% 0.55% -
HSV(B) 308.15º 0.45% 0.71% -
XYZ 31.3 22.19 41.16 -
YUV 133.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 182 101 171 0 0.45 0.06 0.29 308.15 0.36 0.55
Hex B6 65 AB 0 2D 6 1D 134 24 37
Octal 266 145 253 0 55 6 35 464 44 67
Binary 10110110 1100101 10101011 0 101101 110 11101 100110100 100100 110111

Color Harmonies of #B665AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B665AB

Black with #B665AB

Text Example


Text Example

White with #B665AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B665AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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